#A80C01

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

Shades of Free Speech Red #A80C01

Tints of Free Speech Red #A80C01

Color information

#A80C01 (or 0xA80C01) is unknown color: approx Free Speech Red. HEX triplet: A8, 0C and 01. RGB value is (168,12,1). Sum of RGB (Red+Green+Blue) = 168+12+1=181 (23% of max value = 765). Red value is 168 (66.02% from 255 or 92.82% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80C01 is #57F3FE. Grayscale: #393939. Windows color (decimal): -5764095 or 68776. OLE color: 68776.

HSL color Cylindrical-coordinate representation of color #A80C01: hue angle of 3.95º degrees, saturation: 0.99, 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 #A80C01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB168121-
CMYK00.930.990.34
HSL3.95º98.82%33.14%-
HSV(B)3.95º99.4%65.88%-
XYZ16.298.590.83-
YUV57.3996.18206.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 92.82%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=92.82%
G=6.63%
B=0.55%

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
Decimal16812100.930.990.343.9598.8233.14
HexA8C105D632246321
Octal250141013514342414341
Binary10101000110010101110111000111000101001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C01; }

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

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

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

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

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

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

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

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