Html Css Color HEX #BB0705 Free Speech Red

📋 copy color: '#BB0705'

red 187 ◦ green 7 ◦ blue 5

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

Shades of Free Speech Red #BB0705

Tints of Free Speech Red #BB0705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.52%

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

R = 93.97%
G = 3.52%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB0705 (or 0xBB0705) is known color: Free Speech Red. HEX triplet: BB, 07 and 05. RGB value is (187,7,5). Sum of RGB (Red+Green+Blue) = 187+7+5=199 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.97% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0705 is #44F8FA. Grayscale: #3C3C3C. Windows color (decimal): -4520187 or 329659. OLE color: 329659.

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

Color convert

RGB 187 7 5 -
CMYK 0 0.96 0.97 0.27
HSL 0.66º 0.95% 0.38% -
HSV(B) 0.66º 0.97% 0.73% -
XYZ 20.6 10.73 1.13 -
YUV 60.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 187 7 5 0 0.96 0.97 0.27 0.66 0.95 0.38
Hex BB 7 5 0 60 61 1B 1 5F 26
Octal 273 7 5 0 140 141 33 1 137 46
Binary 10111011 111 101 0 1100000 1100001 11011 1 1011111 100110

Color Harmonies of #BB0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0705

Black with #BB0705

Text Example


Text Example

White with #BB0705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0705; }

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

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

background-color css

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

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

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

border-color css

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

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

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