#B20602

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

Shades of Free Speech Red #B20602

Tints of Free Speech Red #B20602

Color information

#B20602 (or 0xB20602) is unknown color: approx Free Speech Red. HEX triplet: B2, 06 and 02. RGB value is (178,6,2). Sum of RGB (Red+Green+Blue) = 178+6+2=186 (24% of max value = 765). Red value is 178 (69.92% from 255 or 95.70% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 178 - color contains mainly: red. Hex color #B20602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20602 is #4DF9FD. Grayscale: #393939. Windows color (decimal): -5110270 or 132786. OLE color: 132786.

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

Color convert

RGB17862-
CMYK00.970.990.30
HSL1.36º97.78%35.29%-
HSV(B)1.36º98.88%69.8%-
XYZ18.449.60.94-
YUV56.9796.98214.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 95.70%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=95.70%
G=3.23%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786200.970.990.301.3697.7835.29
HexB262061631E16223
Octal26262014114336114243
Binary10110010110100110000111000111111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20602; }

 p { color: rgb(178,6,2); }

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

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

 a { background-color: rgb(178,6,2); }

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

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

 span { border-color: rgb(178,6,2); }

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