#A80C02

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

Shades of Free Speech Red #A80C02

Tints of Free Speech Red #A80C02

Color information

#A80C02 (or 0xA80C02) is unknown color: approx Free Speech Red. HEX triplet: A8, 0C and 02. RGB value is (168,12,2). Sum of RGB (Red+Green+Blue) = 168+12+2=182 (24% of max value = 765). Red value is 168 (66.02% from 255 or 92.31% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80C02 is #57F3FD. Grayscale: #393939. Windows color (decimal): -5764094 or 134312. OLE color: 134312.

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

Color convert

RGB168122-
CMYK00.930.990.34
HSL3.61º97.65%33.33%-
HSV(B)3.61º98.81%65.88%-
XYZ16.298.590.86-
YUV57.596.68206.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 92.31%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=92.31%
G=6.59%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812200.930.990.343.6197.6533.33
HexA8C205D632246221
Octal250142013514342414241
Binary101010001100100101110111000111000101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C02; }

 p { color: rgb(168,12,2); }

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

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

 a { background-color: rgb(168,12,2); }

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

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

 span { border-color: rgb(168,12,2); }

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