Html Css Color HEX #BB1505 Free Speech Red

📋 copy color: '#BB1505'

red 187 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #BB1505

Tints of Free Speech Red #BB1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 87.79%
G = 9.86%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB1505 (or 0xBB1505) is known color: Free Speech Red. HEX triplet: BB, 15 and 05. RGB value is (187,21,5). Sum of RGB (Red+Green+Blue) = 187+21+5=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1505 is #44EAFA. Grayscale: #454545. Windows color (decimal): -4516603 or 333243. OLE color: 333243.

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

Color convert

RGB 187 21 5 -
CMYK 0 0.89 0.97 0.27
HSL 5.27º 0.95% 0.38% -
HSV(B) 5.27º 0.97% 0.73% -
XYZ 20.79 11.11 1.19 -
YUV 68.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 187 21 5 0 0.89 0.97 0.27 5.27 0.95 0.38
Hex BB 15 5 0 59 61 1B 5 5F 26
Octal 273 25 5 0 131 141 33 5 137 46
Binary 10111011 10101 101 0 1011001 1100001 11011 101 1011111 100110

Color Harmonies of #BB1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1505

Black with #BB1505

Text Example


Text Example

White with #BB1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1505; }

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

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

background-color css

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

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

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

border-color css

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

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

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