#BB0902

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

Shades of Free Speech Red #BB0902

Tints of Free Speech Red #BB0902

Color information

#BB0902 (or 0xBB0902) is unknown color: approx Free Speech Red. HEX triplet: BB, 09 and 02. RGB value is (187,9,2). Sum of RGB (Red+Green+Blue) = 187+9+2=198 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.44% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0902 is #44F6FD. Grayscale: #3D3D3D. Windows color (decimal): -4519678 or 133563. OLE color: 133563.

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

Color convert

RGB18792-
CMYK00.950.990.27
HSL2.27º97.88%37.06%-
HSV(B)2.27º98.93%73.33%-
XYZ20.610.761.05-
YUV61.4294.47217.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 94.44%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=94.44%
G=4.55%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879200.950.990.272.2797.8837.06
HexBB9205F631B26225
Octal273112013714333214245
Binary1011101110011001011111110001111011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0902; }

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

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

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

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

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

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

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

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