Html Css Color HEX #BB0C05 Free Speech Red

📋 copy color: '#BB0C05'

red 187 ◦ green 12 ◦ blue 5

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

Shades of Free Speech Red #BB0C05

Tints of Free Speech Red #BB0C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 91.67%
G = 5.88%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB0C05 (or 0xBB0C05) is known color: Free Speech Red. HEX triplet: BB, 0C and 05. RGB value is (187,12,5). Sum of RGB (Red+Green+Blue) = 187+12+5=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0C05 is #44F3FA. Grayscale: #3F3F3F. Windows color (decimal): -4518907 or 330939. OLE color: 330939.

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

Color convert

RGB 187 12 5 -
CMYK 0 0.94 0.97 0.27
HSL 2.31º 0.95% 0.38% -
HSV(B) 2.31º 0.97% 0.73% -
XYZ 20.65 10.84 1.15 -
YUV 63.53 94.98 216.07 -
System Red Green Blue C M Y K H S L
Decimal 187 12 5 0 0.94 0.97 0.27 2.31 0.95 0.38
Hex BB C 5 0 5E 61 1B 2 5F 26
Octal 273 14 5 0 136 141 33 2 137 46
Binary 10111011 1100 101 0 1011110 1100001 11011 10 1011111 100110

Color Harmonies of #BB0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0C05

Black with #BB0C05

Text Example


Text Example

White with #BB0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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