Html Css Color HEX #BB140A Free Speech Red

📋 copy color: '#BB140A'

red 187 ◦ green 20 ◦ blue 10

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

Shades of Free Speech Red #BB140A

Tints of Free Speech Red #BB140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.61%

R = 86.18%
G = 9.22%
B = 4.61%

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

#BB140A (or 0xBB140A) is known color: Free Speech Red. HEX triplet: BB, 14 and 0A. RGB value is (187,20,10). Sum of RGB (Red+Green+Blue) = 187+20+10=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB140A is #44EBF5. Grayscale: #454545. Windows color (decimal): -4516854 or 660667. OLE color: 660667.

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

Color convert

RGB 187 20 10 -
CMYK 0 0.89 0.95 0.27
HSL 3.39º 0.9% 0.39% -
HSV(B) 3.39º 0.95% 0.73% -
XYZ 20.8 11.09 1.33 -
YUV 68.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 187 20 10 0 0.89 0.95 0.27 3.39 0.9 0.39
Hex BB 14 A 0 59 5F 1B 3 5A 27
Octal 273 24 12 0 131 137 33 3 132 47
Binary 10111011 10100 1010 0 1011001 1011111 11011 11 1011010 100111

Color Harmonies of #BB140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB140A

Black with #BB140A

Text Example


Text Example

White with #BB140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB140A; }

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

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

background-color css

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

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

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

border-color css

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

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

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