#A70E02

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

Shades of Free Speech Red #A70E02

Tints of Free Speech Red #A70E02

Color information

#A70E02 (or 0xA70E02) is unknown color: approx Free Speech Red. HEX triplet: A7, 0E and 02. RGB value is (167,14,2). Sum of RGB (Red+Green+Blue) = 167+14+2=183 (24% of max value = 765). Red value is 167 (65.62% from 255 or 91.26% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70E02 is #58F1FD. Grayscale: #3A3A3A. Windows color (decimal): -5829118 or 134823. OLE color: 134823.

HSL color Cylindrical-coordinate representation of color #A70E02: hue angle of 4.36º 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 #A70E02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB167142-
CMYK00.920.990.35
HSL4.36º97.63%33.14%-
HSV(B)4.36º98.8%65.49%-
XYZ16.18.530.86-
YUV58.3896.19205.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 91.26%
GREEN value IS 14 (5.86% from 255) = 7.65%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=91.26%
G=7.65%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714200.920.990.354.3697.6333.14
HexA7E205C632346221
Octal247162013414343414241
Binary101001111110100101110011000111000111001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70E02; }

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

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

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

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

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

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

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

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