#BD0908

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

Shades of Free Speech Red #BD0908

Tints of Free Speech Red #BD0908

Color information

#BD0908 (or 0xBD0908) is unknown color: approx Free Speech Red. HEX triplet: BD, 09 and 08. RGB value is (189,9,8). Sum of RGB (Red+Green+Blue) = 189+9+8=206 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.75% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0908 is #42F6F7. Grayscale: #3E3E3E. Windows color (decimal): -4388600 or 526781. OLE color: 526781.

HSL color Cylindrical-coordinate representation of color #BD0908: hue angle of 0.33º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0908 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB18998-
CMYK00.950.960.26
HSL0.33º91.88%38.63%-
HSV(B)0.33º95.77%74.12%-
XYZ21.1311.031.25-
YUV62.7197.13218.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 91.75%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 8 (3.52% from 255) = 3.88%
R=91.75%
G=4.37%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899800.950.960.260.3391.8838.63
HexBD9805F601A05c27
Octal2751110013714032013447
Binary10111101100110000101111111000001101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0908; }

 p { color: rgb(189,9,8); }

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

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

 a { background-color: rgb(189,9,8); }

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

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

 span { border-color: rgb(189,9,8); }

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