#BD1906

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

Shades of Free Speech Red #BD1906

Tints of Free Speech Red #BD1906

Color information

#BD1906 (or 0xBD1906) is unknown color: approx Free Speech Red. HEX triplet: BD, 19 and 06. RGB value is (189,25,6). Sum of RGB (Red+Green+Blue) = 189+25+6=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1906 is #42E6F9. Grayscale: #484848. Windows color (decimal): -4384506 or 399805. OLE color: 399805.

HSL color Cylindrical-coordinate representation of color #BD1906: hue angle of 6.23º 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 #BD1906 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB189256-
CMYK00.870.970.26
HSL6.23º93.85%38.24%-
HSV(B)6.23º96.83%74.12%-
XYZ21.3711.531.27-
YUV71.8790.83211.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 85.91%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=85.91%
G=11.36%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18925600.870.970.266.2393.8538.24
HexBD196057611A65e26
Octal275316012714132613646
Binary1011110111001110010101111100001110101101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1906; }

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

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

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

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

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

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

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

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