Html Css Color HEX #BB1409 Free Speech Red

📋 copy color: '#BB1409'

red 187 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #BB1409

Tints of Free Speech Red #BB1409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.17%

R = 86.57%
G = 9.26%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB1409 (or 0xBB1409) is known color: Free Speech Red. HEX triplet: BB, 14 and 09. RGB value is (187,20,9). Sum of RGB (Red+Green+Blue) = 187+20+9=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1409 is #44EBF6. Grayscale: #444444. Windows color (decimal): -4516855 or 595131. OLE color: 595131.

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

Color convert

RGB 187 20 9 -
CMYK 0 0.89 0.95 0.27
HSL 3.71º 0.91% 0.38% -
HSV(B) 3.71º 0.95% 0.73% -
XYZ 20.79 11.08 1.3 -
YUV 68.68 94.33 212.39 -
System Red Green Blue C M Y K H S L
Decimal 187 20 9 0 0.89 0.95 0.27 3.71 0.91 0.38
Hex BB 14 9 0 59 5F 1B 4 5B 26
Octal 273 24 11 0 131 137 33 4 133 46
Binary 10111011 10100 1001 0 1011001 1011111 11011 100 1011011 100110

Color Harmonies of #BB1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1409

Black with #BB1409

Text Example


Text Example

White with #BB1409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1409; }

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

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

background-color css

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

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

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

border-color css

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

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

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