#BD1601

Color #BD1601 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BD1601

Tints of Free Speech Red #BD1601

Color information

#BD1601 (or 0xBD1601) is unknown color: approx Free Speech Red. HEX triplet: BD, 16 and 01. RGB value is (189,22,1). Sum of RGB (Red+Green+Blue) = 189+22+1=212 (28% of max value = 765). Red value is 189 (74.22% from 255 or 89.15% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1601 is #42E9FE. Grayscale: #454545. Windows color (decimal): -4385279 or 71357. OLE color: 71357.

HSL color Cylindrical-coordinate representation of color #BD1601: hue angle of 6.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD1601 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB189221-
CMYK00.880.990.26
HSL6.7º98.95%37.25%-
HSV(B)6.7º99.47%74.12%-
XYZ21.2811.391.11-
YUV69.5489.33213.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 89.15%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=89.15%
G=10.38%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18922100.880.990.266.798.9537.25
HexBD161058631A76325
Octal275261013014332714345
Binary10111101101101010110001100011110101111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1601; }

 p { color: rgb(189,22,1); }

 H1.HeaderClassName
 {
   color: #BD1601;
 }
 .AnyTagClassName
 {
   color: #BD1601;
 }
</style>
background-color css

<style>
 a { background-color: #BD1601; }

 a { background-color: rgb(189,22,1); }

 div.DivClassName
 {
   background-color: #BD1601;
 }
 .BgClassName
 {
   background-color: #BD1601;
 }
</style>
border-color css

<style>
 span { border-color: #BD1601; }

 span { border-color: rgb(189,22,1); }

 td.TdClassName
 {
   border-color: #BD1601;
 }
 .TagClassName
 {
   border-color: #BD1601;
 }
</style>