#A01D05

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

Shades of Fire Brick #A01D05

Tints of Fire Brick #A01D05

Color information

#A01D05 (or 0xA01D05) is unknown color: approx Fire Brick. HEX triplet: A0, 1D and 05. RGB value is (160,29,5). Sum of RGB (Red+Green+Blue) = 160+29+5=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01D05 is #5FE2FA. Grayscale: #414141. Windows color (decimal): -6284027 or 335264. OLE color: 335264.

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

Color convert

RGB160295-
CMYK00.820.970.37
HSL9.29º93.94%32.35%-
HSV(B)9.29º96.88%62.75%-
XYZ14.968.360.97-
YUV65.4393.9195.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 82.47%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 5 (2.34% from 255) = 2.58%
R=82.47%
G=14.95%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16029500.820.970.379.2993.9432.35
HexA01D5052612595e20
Octal2403550122141451113640
Binary101000001110110101010010110000110010110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01D05; }

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

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

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

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

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

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

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

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