#BD1206

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

Shades of Free Speech Red #BD1206

Tints of Free Speech Red #BD1206

Color information

#BD1206 (or 0xBD1206) is unknown color: approx Free Speech Red. HEX triplet: BD, 12 and 06. RGB value is (189,18,6). Sum of RGB (Red+Green+Blue) = 189+18+6=213 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.73% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1206 is #42EDF9. Grayscale: #434343. Windows color (decimal): -4386298 or 398013. OLE color: 398013.

HSL color Cylindrical-coordinate representation of color #BD1206: hue angle of 3.93º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD1206 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB189186-
CMYK00.900.970.26
HSL3.93º93.85%38.24%-
HSV(B)3.93º96.83%74.12%-
XYZ21.2411.261.23-
YUV67.7693.15214.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 88.73%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=88.73%
G=8.45%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918600.900.970.263.9393.8538.24
HexBD12605A611A45e26
Octal275226013214132413646
Binary1011110110010110010110101100001110101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1206; }

 p { color: rgb(189,18,6); }

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

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

 a { background-color: rgb(189,18,6); }

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

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

 span { border-color: rgb(189,18,6); }

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