#A90F06

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

Shades of Free Speech Red #A90F06

Tints of Free Speech Red #A90F06

Color information

#A90F06 (or 0xA90F06) is unknown color: approx Free Speech Red. HEX triplet: A9, 0F and 06. RGB value is (169,15,6). Sum of RGB (Red+Green+Blue) = 169+15+6=190 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.95% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90F06 is #56F0F9. Grayscale: #3C3C3C. Windows color (decimal): -5697786 or 397225. OLE color: 397225.

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

Color convert

RGB169156-
CMYK00.910.960.34
HSL3.31º93.14%34.31%-
HSV(B)3.31º96.45%66.27%-
XYZ16.578.791-
YUV60.0297.52205.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 88.95%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 6 (2.73% from 255) = 3.16%
R=88.95%
G=7.89%
B=3.16%

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
Decimal16915600.910.960.343.3193.1434.31
HexA9F605B602235d22
Octal251176013314042313542
Binary101010011111110010110111100000100010111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90F06; }

 p { color: rgb(169,15,6); }

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

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

 a { background-color: rgb(169,15,6); }

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

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

 span { border-color: rgb(169,15,6); }

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