#A01C16

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

Shades of Fire Brick #A01C16

Tints of Fire Brick #A01C16

Color information

#A01C16 (or 0xA01C16) is unknown color: approx Fire Brick. HEX triplet: A0, 1C and 16. RGB value is (160,28,22). Sum of RGB (Red+Green+Blue) = 160+28+22=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01C16 is #5FE3E9. Grayscale: #424242. Windows color (decimal): -6284266 or 1449120. OLE color: 1449120.

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

Color convert

RGB1602822-
CMYK00.820.860.37
HSL2.61º75.82%35.69%-
HSV(B)2.61º86.25%62.75%-
XYZ15.068.361.58-
YUV66.78102.73194.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.19%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 22 (8.98% from 255) = 10.48%
R=76.19%
G=13.33%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160282200.820.860.372.6175.8235.69
HexA01C16052562534c24
Octal2403426012212645311444
Binary101000001110010110010100101010110100101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01C16; }

 p { color: rgb(160,28,22); }

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

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

 a { background-color: rgb(160,28,22); }

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

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

 span { border-color: rgb(160,28,22); }

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