#A91006

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

Shades of Free Speech Red #A91006

Tints of Free Speech Red #A91006

Color information

#A91006 (or 0xA91006) is unknown color: approx Free Speech Red. HEX triplet: A9, 10 and 06. RGB value is (169,16,6). Sum of RGB (Red+Green+Blue) = 169+16+6=191 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.48% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 169 - color contains mainly: red. Hex color #A91006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91006 is #56EFF9. Grayscale: #3C3C3C. Windows color (decimal): -5697530 or 397481. OLE color: 397481.

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

Color convert

RGB169166-
CMYK00.910.960.34
HSL3.68º93.14%34.31%-
HSV(B)3.68º96.45%66.27%-
XYZ16.588.821-
YUV60.6197.19205.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 88.48%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=88.48%
G=8.38%
B=3.14%

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
Decimal16916600.910.960.343.6893.1434.31
HexA910605B602245d22
Octal251206013314042413542
Binary10101001100001100101101111000001000101001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91006; }

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

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

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

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

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

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

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

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