#A80D05

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

Shades of Free Speech Red #A80D05

Tints of Free Speech Red #A80D05

Color information

#A80D05 (or 0xA80D05) is unknown color: approx Free Speech Red. HEX triplet: A8, 0D and 05. RGB value is (168,13,5). Sum of RGB (Red+Green+Blue) = 168+13+5=186 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.32% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80D05 is #57F2FA. Grayscale: #3A3A3A. Windows color (decimal): -5763835 or 331176. OLE color: 331176.

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

Color convert

RGB168135-
CMYK00.920.970.34
HSL2.94º94.22%33.92%-
HSV(B)2.94º97.02%65.88%-
XYZ16.328.620.95-
YUV58.4397.85206.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 90.32%
GREEN value IS 13 (5.47% from 255) = 6.99%
BLUE value IS 5 (2.34% from 255) = 2.69%
R=90.32%
G=6.99%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813500.920.970.342.9494.2233.92
HexA8D505C612235e22
Octal250155013414142313642
Binary101010001101101010111001100001100010111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80D05; }

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

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

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

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

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

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

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

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