#A80C05

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

Shades of Free Speech Red #A80C05

Tints of Free Speech Red #A80C05

Color information

#A80C05 (or 0xA80C05) is unknown color: approx Free Speech Red. HEX triplet: A8, 0C and 05. RGB value is (168,12,5). Sum of RGB (Red+Green+Blue) = 168+12+5=185 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.81% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80C05 is #57F3FA. Grayscale: #3A3A3A. Windows color (decimal): -5764091 or 330920. OLE color: 330920.

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

Color convert

RGB168125-
CMYK00.930.970.34
HSL2.58º94.22%33.92%-
HSV(B)2.58º97.02%65.88%-
XYZ16.318.60.94-
YUV57.8598.18206.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 90.81%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=90.81%
G=6.49%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812500.930.970.342.5894.2233.92
HexA8C505D612235e22
Octal250145013514142313642
Binary101010001100101010111011100001100010111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C05; }

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

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

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

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

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

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

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

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