#BB1500

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

Shades of Free Speech Red #BB1500

Tints of Free Speech Red #BB1500

Color information

#BB1500 (or 0xBB1500) is unknown color: approx Free Speech Red. HEX triplet: BB, 15 and 00. RGB value is (187,21,0). Sum of RGB (Red+Green+Blue) = 187+21+0=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1500 is #44EAFF. Grayscale: #444444. Windows color (decimal): -4516608 or 5563. OLE color: 5563.

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

Color convert

RGB187210-
CMYK00.8910.27
HSL6.74º100%36.67%-
HSV(B)6.74º100%73.33%-
XYZ20.7611.11.05-
YUV68.2489.5212.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 89.90%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.90%
G=10.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18721000.8910.276.7410036.67
HexBB150059641B76425
Octal273250013114433714445
Binary10111011101010010110011100100110111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1500; }

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

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

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

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

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

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

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

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