Html Css Color HEX #BB1406 Free Speech Red

📋 copy color: '#BB1406'

red 187 ◦ green 20 ◦ blue 6

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

Shades of Free Speech Red #BB1406

Tints of Free Speech Red #BB1406

RGB

 RED value IS 187 (73.44% from 255) = 87.79%

 GREEN value IS 20 (8.2% from 255) = 9.39%

 BLUE value IS 6 (2.73% from 255) = 2.82%

R = 87.79%
G = 9.39%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB1406 (or 0xBB1406) is known color: Free Speech Red. HEX triplet: BB, 14 and 06. RGB value is (187,20,6). Sum of RGB (Red+Green+Blue) = 187+20+6=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1406 is #44EBF9. Grayscale: #444444. Windows color (decimal): -4516858 or 398523. OLE color: 398523.

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

Color convert

RGB 187 20 6 -
CMYK 0 0.89 0.97 0.27
HSL 4.64º 0.94% 0.38% -
HSV(B) 4.64º 0.97% 0.73% -
XYZ 20.78 11.08 1.22 -
YUV 68.34 92.83 212.64 -
System Red Green Blue C M Y K H S L
Decimal 187 20 6 0 0.89 0.97 0.27 4.64 0.94 0.38
Hex BB 14 6 0 59 61 1B 5 5E 26
Octal 273 24 6 0 131 141 33 5 136 46
Binary 10111011 10100 110 0 1011001 1100001 11011 101 1011110 100110

Color Harmonies of #BB1406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1406

Black with #BB1406

Text Example


Text Example

White with #BB1406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1406; }

 p { color: rgb(187,20,6); }

 H1.HeaderClassName
 {
   color: #BB1406;
 }
 .AnyTagClassName
 {
   color: #BB1406;
 }
</style>

background-color css

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

 a { background-color: rgb(187,20,6); }

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

border-color css

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

 span { border-color: rgb(187,20,6); }

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