#A01D09

Color #A01D09 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A01D09

Tints of Fire Brick #A01D09

Color information

#A01D09 (or 0xA01D09) is unknown color: approx Fire Brick. HEX triplet: A0, 1D and 09. RGB value is (160,29,9). Sum of RGB (Red+Green+Blue) = 160+29+9=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01D09 is #5FE2F6. Grayscale: #424242. Windows color (decimal): -6284023 or 597408. OLE color: 597408.

HSL color Cylindrical-coordinate representation of color #A01D09: hue angle of 7.95º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A01D09 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB160299-
CMYK00.820.940.37
HSL7.95º89.35%33.14%-
HSV(B)7.95º94.38%62.75%-
XYZ14.998.371.08-
YUV65.8995.9195.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 80.81%
GREEN value IS 29 (11.72% from 255) = 14.65%
BLUE value IS 9 (3.91% from 255) = 4.55%
R=80.81%
G=14.65%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16029900.820.940.377.9589.3533.14
HexA01D90525E2585921
Octal24035110122136451013141
Binary1010000011101100101010010101111010010110001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01D09; }

 p { color: rgb(160,29,9); }

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

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

 a { background-color: rgb(160,29,9); }

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

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

 span { border-color: rgb(160,29,9); }

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