Html Css Color HEX #BB1A07 Free Speech Red

📋 copy color: '#BB1A07'

red 187 ◦ green 26 ◦ blue 7

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

Shades of Free Speech Red #BB1A07

Tints of Free Speech Red #BB1A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.82%

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

R = 85%
G = 11.82%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB1A07 (or 0xBB1A07) is known color: Free Speech Red. HEX triplet: BB, 1A and 07. RGB value is (187,26,7). Sum of RGB (Red+Green+Blue) = 187+26+7=220 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1A07 is #44E5F8. Grayscale: #484848. Windows color (decimal): -4515321 or 465595. OLE color: 465595.

HSL color Cylindrical-coordinate representation of color #BB1A07: hue angle of 6.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 #BB1A07 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 26 7 -
CMYK 0 0.86 0.96 0.27
HSL 6.33º 0.93% 0.38% -
HSV(B) 6.33º 0.96% 0.73% -
XYZ 20.9 11.32 1.28 -
YUV 71.97 91.34 210.04 -
System Red Green Blue C M Y K H S L
Decimal 187 26 7 0 0.86 0.96 0.27 6.33 0.93 0.38
Hex BB 1A 7 0 56 60 1B 6 5D 26
Octal 273 32 7 0 126 140 33 6 135 46
Binary 10111011 11010 111 0 1010110 1100000 11011 110 1011101 100110

Color Harmonies of #BB1A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A07

Black with #BB1A07

Text Example


Text Example

White with #BB1A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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