Html Css Color HEX #BB1B04 Free Speech Red

📋 copy color: '#BB1B04'

red 187 ◦ green 27 ◦ blue 4

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

Shades of Free Speech Red #BB1B04

Tints of Free Speech Red #BB1B04

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.39%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 85.78%
G = 12.39%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB1B04 (or 0xBB1B04) is known color: Free Speech Red. HEX triplet: BB, 1B and 04. RGB value is (187,27,4). Sum of RGB (Red+Green+Blue) = 187+27+4=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1B04 is #44E4FB. Grayscale: #484848. Windows color (decimal): -4515068 or 269243. OLE color: 269243.

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

Color convert

RGB 187 27 4 -
CMYK 0 0.86 0.98 0.27
HSL 7.54º 0.96% 0.37% -
HSV(B) 7.54º 0.98% 0.73% -
XYZ 20.91 11.36 1.21 -
YUV 72.22 89.51 209.87 -
System Red Green Blue C M Y K H S L
Decimal 187 27 4 0 0.86 0.98 0.27 7.54 0.96 0.37
Hex BB 1B 4 0 56 62 1B 8 60 25
Octal 273 33 4 0 126 142 33 10 140 45
Binary 10111011 11011 100 0 1010110 1100010 11011 1000 1100000 100101

Color Harmonies of #BB1B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B04

Black with #BB1B04

Text Example


Text Example

White with #BB1B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B04; }

 p { color: rgb(187,27,4); }

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

background-color css

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

 a { background-color: rgb(187,27,4); }

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

border-color css

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

 span { border-color: rgb(187,27,4); }

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