#A80F07

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

Shades of Free Speech Red #A80F07

Tints of Free Speech Red #A80F07

Color information

#A80F07 (or 0xA80F07) is unknown color: approx Free Speech Red. HEX triplet: A8, 0F and 07. RGB value is (168,15,7). Sum of RGB (Red+Green+Blue) = 168+15+7=190 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.42% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80F07 is #57F0F8. Grayscale: #3C3C3C. Windows color (decimal): -5763321 or 462760. OLE color: 462760.

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

Color convert

RGB168157-
CMYK00.910.960.34
HSL2.98º92%34.31%-
HSV(B)2.98º95.83%65.88%-
XYZ16.368.681.01-
YUV59.8498.19205.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 88.42%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=88.42%
G=7.89%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815700.910.960.342.989234.31
HexA8F705B602235c22
Octal250177013314042313442
Binary101010001111111010110111100000100010111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F07; }

 p { color: rgb(168,15,7); }

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

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

 a { background-color: rgb(168,15,7); }

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

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

 span { border-color: rgb(168,15,7); }

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