Html Css Color HEX #BB1407 Free Speech Red

📋 copy color: '#BB1407'

red 187 ◦ green 20 ◦ blue 7

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

Shades of Free Speech Red #BB1407

Tints of Free Speech Red #BB1407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.27%

R = 87.38%
G = 9.35%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB1407 (or 0xBB1407) is known color: Free Speech Red. HEX triplet: BB, 14 and 07. RGB value is (187,20,7). Sum of RGB (Red+Green+Blue) = 187+20+7=214 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.38% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1407 is #44EBF8. Grayscale: #444444. Windows color (decimal): -4516857 or 464059. OLE color: 464059.

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

Color convert

RGB 187 20 7 -
CMYK 0 0.89 0.96 0.27
HSL 4.33º 0.93% 0.38% -
HSV(B) 4.33º 0.96% 0.73% -
XYZ 20.78 11.08 1.24 -
YUV 68.45 93.33 212.56 -
System Red Green Blue C M Y K H S L
Decimal 187 20 7 0 0.89 0.96 0.27 4.33 0.93 0.38
Hex BB 14 7 0 59 60 1B 4 5D 26
Octal 273 24 7 0 131 140 33 4 135 46
Binary 10111011 10100 111 0 1011001 1100000 11011 100 1011101 100110

Color Harmonies of #BB1407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1407

Black with #BB1407

Text Example


Text Example

White with #BB1407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1407; }

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

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

background-color css

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

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

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

border-color css

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

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

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