#B20A00

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

Shades of Free Speech Red #B20A00

Tints of Free Speech Red #B20A00

Color information

#B20A00 (or 0xB20A00) is unknown color: approx Free Speech Red. HEX triplet: B2, 0A and 00. RGB value is (178,10,0). Sum of RGB (Red+Green+Blue) = 178+10+0=188 (24% of max value = 765). Red value is 178 (69.92% from 255 or 94.68% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20A00 is #4DF5FF. Grayscale: #3B3B3B. Windows color (decimal): -5109248 or 2738. OLE color: 2738.

HSL color Cylindrical-coordinate representation of color #B20A00: hue angle of 3.37º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB178100-
CMYK00.9410.30
HSL3.37º100%34.9%-
HSV(B)3.37º100%69.8%-
XYZ18.479.680.9-
YUV59.0994.66212.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 94.68%
GREEN value IS 10 (4.30% from 255) = 5.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.68%
G=5.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810000.9410.303.3710034.9
HexB2A005E641E36423
Octal262120013614436314443
Binary101100101010001011110110010011110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20A00; }

 p { color: rgb(178,10,0); }

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

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

 a { background-color: rgb(178,10,0); }

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

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

 span { border-color: rgb(178,10,0); }

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