#BB0802

Color #BB0802 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BB0802

Tints of Free Speech Red #BB0802

Color information

#BB0802 (or 0xBB0802) is unknown color: approx Free Speech Red. HEX triplet: BB, 08 and 02. RGB value is (187,8,2). Sum of RGB (Red+Green+Blue) = 187+8+2=197 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.92% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0802 is #44F7FD. Grayscale: #3D3D3D. Windows color (decimal): -4519934 or 133307. OLE color: 133307.

HSL color Cylindrical-coordinate representation of color #BB0802: hue angle of 1.95º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0802 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB18782-
CMYK00.960.990.27
HSL1.95º97.88%37.06%-
HSV(B)1.95º98.93%73.33%-
XYZ20.5910.741.05-
YUV60.8494.8217.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 94.92%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=94.92%
G=4.06%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878200.960.990.271.9597.8837.06
HexBB82060631B26225
Octal273102014014333214245
Binary1011101110001001100000110001111011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0802; }

 p { color: rgb(187,8,2); }

 H1.HeaderClassName
 {
   color: #BB0802;
 }
 .AnyTagClassName
 {
   color: #BB0802;
 }
</style>
background-color css

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

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

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

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

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

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