Html Css Color HEX #BD1206 Free Speech Red

📋 copy color: '#BD1206'

red 189 ◦ green 18 ◦ blue 6

#BD1206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #BD1206

Tints of Free Speech Red #BD1206

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 value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD1206 (or 0xBD1206) is known color: 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

RGB 189 18 6 -
CMYK 0 0.90 0.97 0.26
HSL 3.93º 0.94% 0.38% -
HSV(B) 3.93º 0.97% 0.74% -
XYZ 21.24 11.26 1.23 -
YUV 67.76 93.15 214.48 -
System Red Green Blue C M Y K H S L
Decimal 189 18 6 0 0.90 0.97 0.26 3.93 0.94 0.38
Hex BD 12 6 0 5A 61 1A 4 5E 26
Octal 275 22 6 0 132 141 32 4 136 46
Binary 10111101 10010 110 0 1011010 1100001 11010 100 1011110 100110

Color Harmonies of #BD1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1206

Black with #BD1206

Text Example


Text Example

White with #BD1206

Text Example


Text Example

HTML Codes & Css Web 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>