#A70C06

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

Shades of Free Speech Red #A70C06

Tints of Free Speech Red #A70C06

Color information

#A70C06 (or 0xA70C06) is unknown color: approx Free Speech Red. HEX triplet: A7, 0C and 06. RGB value is (167,12,6). Sum of RGB (Red+Green+Blue) = 167+12+6=185 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.27% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70C06 is #58F3F9. Grayscale: #393939. Windows color (decimal): -5829626 or 396455. OLE color: 396455.

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

Color convert

RGB167126-
CMYK00.930.960.35
HSL2.24º93.06%33.92%-
HSV(B)2.24º96.41%65.49%-
XYZ16.18.490.96-
YUV57.6698.85205.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 90.27%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=90.27%
G=6.49%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712600.930.960.352.2493.0633.92
HexA7C605D602325d22
Octal247146013514043213542
Binary101001111100110010111011100000100011101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70C06; }

 p { color: rgb(167,12,6); }

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

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

 a { background-color: rgb(167,12,6); }

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

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

 span { border-color: rgb(167,12,6); }

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