#A70E08

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

Shades of Free Speech Red #A70E08

Tints of Free Speech Red #A70E08

Color information

#A70E08 (or 0xA70E08) is unknown color: approx Free Speech Red. HEX triplet: A7, 0E and 08. RGB value is (167,14,8). Sum of RGB (Red+Green+Blue) = 167+14+8=189 (25% of max value = 765). Red value is 167 (65.62% from 255 or 88.36% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70E08 is #58F1F7. Grayscale: #3B3B3B. Windows color (decimal): -5829112 or 528039. OLE color: 528039.

HSL color Cylindrical-coordinate representation of color #A70E08: hue angle of 2.26º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70E08 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB167148-
CMYK00.920.950.35
HSL2.26º90.86%34.31%-
HSV(B)2.26º95.21%65.49%-
XYZ16.148.551.03-
YUV59.0699.19204.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 88.36%
GREEN value IS 14 (5.86% from 255) = 7.41%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=88.36%
G=7.41%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714800.920.950.352.2690.8634.31
HexA7E805C5F2325b22
Octal2471610013413743213342
Binary1010011111101000010111001011111100011101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70E08; }

 p { color: rgb(167,14,8); }

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

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

 a { background-color: rgb(167,14,8); }

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

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

 span { border-color: rgb(167,14,8); }

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