#A90900

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

Shades of Free Speech Red #A90900

Tints of Free Speech Red #A90900

Color information

#A90900 (or 0xA90900) is unknown color: approx Free Speech Red. HEX triplet: A9, 09 and 00. RGB value is (169,9,0). Sum of RGB (Red+Green+Blue) = 169+9+0=178 (23% of max value = 765). Red value is 169 (66.41% from 255 or 94.94% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 169 - color contains mainly: red. Hex color #A90900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90900 is #56F6FF. Grayscale: #383838. Windows color (decimal): -5699328 or 2473. OLE color: 2473.

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

Color convert

RGB16990-
CMYK00.9510.34
HSL3.2º100%33.14%-
HSV(B)3.2º100%66.27%-
XYZ16.468.630.8-
YUV55.8196.51208.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 94.94%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.94%
G=5.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699000.9510.343.210033.14
HexA99005F642236421
Octal251110013714442314441
Binary1010100110010010111111100100100010111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90900; }

 p { color: rgb(169,9,0); }

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

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

 a { background-color: rgb(169,9,0); }

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

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

 span { border-color: rgb(169,9,0); }

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