#BD1211

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

Shades of Free Speech Red #BD1211

Tints of Free Speech Red #BD1211

Color information

#BD1211 (or 0xBD1211) is unknown color: approx Free Speech Red. HEX triplet: BD, 12 and 11. RGB value is (189,18,17). Sum of RGB (Red+Green+Blue) = 189+18+17=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1211 is #42EDEE. Grayscale: #454545. Windows color (decimal): -4386287 or 1118909. OLE color: 1118909.

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

Color convert

RGB1891817-
CMYK00.900.910.26
HSL0.35º83.5%40.39%-
HSV(B)0.35º91.01%74.12%-
XYZ21.311.291.59-
YUV69.0298.65213.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 84.38%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=84.38%
G=8.04%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189181700.900.910.260.3583.540.39
HexBD121105A5B1A05328
Octal2752221013213332012350
Binary1011110110010100010101101010110111101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1211; }

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

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

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

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

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

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

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

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