#A70200

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

Shades of Free Speech Red #A70200

Tints of Free Speech Red #A70200

Color information

#A70200 (or 0xA70200) is unknown color: approx Free Speech Red. HEX triplet: A7, 02 and 00. RGB value is (167,2,0). Sum of RGB (Red+Green+Blue) = 167+2+0=169 (22% of max value = 765). Red value is 167 (65.62% from 255 or 98.82% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 167 - color contains mainly: red. Hex color #A70200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70200 is #58FDFF. Grayscale: #333333. Windows color (decimal): -5832192 or 679. OLE color: 679.

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

Color convert

RGB16720-
CMYK00.9910.35
HSL0.72º100%32.75%-
HSV(B)0.72º100%65.49%-
XYZ15.968.260.75-
YUV51.1199.16210.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 98.82%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.82%
G=1.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672000.9910.350.7210032.75
HexA720063642316421
Octal24720014314443114441
Binary1010011110001100011110010010001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70200; }

 p { color: rgb(167,2,0); }

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

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

 a { background-color: rgb(167,2,0); }

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

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

 span { border-color: rgb(167,2,0); }

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