Html Css Color HEX #BB0C04 Free Speech Red

📋 copy color: '#BB0C04'

red 187 ◦ green 12 ◦ blue 4

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

Shades of Free Speech Red #BB0C04

Tints of Free Speech Red #BB0C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

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

R = 92.12%
G = 5.91%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB0C04 (or 0xBB0C04) is known color: Free Speech Red. HEX triplet: BB, 0C and 04. RGB value is (187,12,4). Sum of RGB (Red+Green+Blue) = 187+12+4=203 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.12% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0C04 is #44F3FB. Grayscale: #3F3F3F. Windows color (decimal): -4518908 or 265403. OLE color: 265403.

HSL color Cylindrical-coordinate representation of color #BB0C04: hue angle of 2.62º 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 #BB0C04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 12 4 -
CMYK 0 0.94 0.98 0.27
HSL 2.62º 0.96% 0.37% -
HSV(B) 2.62º 0.98% 0.73% -
XYZ 20.65 10.84 1.12 -
YUV 63.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 187 12 4 0 0.94 0.98 0.27 2.62 0.96 0.37
Hex BB C 4 0 5E 62 1B 3 60 25
Octal 273 14 4 0 136 142 33 3 140 45
Binary 10111011 1100 100 0 1011110 1100010 11011 11 1100000 100101

Color Harmonies of #BB0C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0C04

Black with #BB0C04

Text Example


Text Example

White with #BB0C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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