#A80B01

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

Shades of Free Speech Red #A80B01

Tints of Free Speech Red #A80B01

Color information

#A80B01 (or 0xA80B01) is unknown color: approx Free Speech Red. HEX triplet: A8, 0B and 01. RGB value is (168,11,1). Sum of RGB (Red+Green+Blue) = 168+11+1=180 (23% of max value = 765). Red value is 168 (66.02% from 255 or 93.33% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80B01 is #57F4FE. Grayscale: #393939. Windows color (decimal): -5764351 or 68520. OLE color: 68520.

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

Color convert

RGB168111-
CMYK00.930.990.34
HSL3.59º98.82%33.14%-
HSV(B)3.59º99.4%65.88%-
XYZ16.278.570.82-
YUV56.896.51207.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 93.33%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=93.33%
G=6.11%
B=0.56%

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
Decimal16811100.930.990.343.5998.8233.14
HexA8B105D632246321
Octal250131013514342414341
Binary10101000101110101110111000111000101001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B01; }

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

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

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

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

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

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

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

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