#A70702

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

Shades of Free Speech Red #A70702

Tints of Free Speech Red #A70702

Color information

#A70702 (or 0xA70702) is unknown color: approx Free Speech Red. HEX triplet: A7, 07 and 02. RGB value is (167,7,2). Sum of RGB (Red+Green+Blue) = 167+7+2=176 (23% of max value = 765). Red value is 167 (65.62% from 255 or 94.89% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 167 - color contains mainly: red. Hex color #A70702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70702 is #58F8FD. Grayscale: #363636. Windows color (decimal): -5830910 or 133031. OLE color: 133031.

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

Color convert

RGB16772-
CMYK00.960.990.35
HSL1.82º97.63%33.14%-
HSV(B)1.82º98.8%65.49%-
XYZ16.028.370.83-
YUV54.2798.51208.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 94.89%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=94.89%
G=3.98%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677200.960.990.351.8297.6333.14
HexA772060632326221
Octal24772014014343214241
Binary1010011111110011000001100011100011101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70702; }

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

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

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

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

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

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

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

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