Html Css Color HEX #BB0505 Free Speech Red

📋 copy color: '#BB0505'

red 187 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #BB0505

Tints of Free Speech Red #BB0505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

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

R = 94.92%
G = 2.54%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB0505 (or 0xBB0505) is known color: Free Speech Red. HEX triplet: BB, 05 and 05. RGB value is (187,5,5). Sum of RGB (Red+Green+Blue) = 187+5+5=197 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.92% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0505 is #44FAFA. Grayscale: #3B3B3B. Windows color (decimal): -4520699 or 329147. OLE color: 329147.

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

Color convert

RGB 187 5 5 -
CMYK 0 0.97 0.97 0.27
HSL 0.95% 0.38% -
HSV(B) 0.97% 0.73% -
XYZ 20.58 10.68 1.12 -
YUV 59.42 97.3 219 -
System Red Green Blue C M Y K H S L
Decimal 187 5 5 0 0.97 0.97 0.27 0 0.95 0.38
Hex BB 5 5 0 61 61 1B 0 5F 26
Octal 273 5 5 0 141 141 33 0 137 46
Binary 10111011 101 101 0 1100001 1100001 11011 0 1011111 100110

Color Harmonies of #BB0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0505

Black with #BB0505

Text Example


Text Example

White with #BB0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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