#A01C13

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

Shades of Fire Brick #A01C13

Tints of Fire Brick #A01C13

Color information

#A01C13 (or 0xA01C13) is unknown color: approx Fire Brick. HEX triplet: A0, 1C and 13. RGB value is (160,28,19). Sum of RGB (Red+Green+Blue) = 160+28+19=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01C13 is #5FE3EC. Grayscale: #424242. Windows color (decimal): -6284269 or 1252512. OLE color: 1252512.

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

Color convert

RGB1602819-
CMYK00.820.880.37
HSL3.83º78.77%35.1%-
HSV(B)3.83º88.13%62.75%-
XYZ15.038.351.44-
YUV66.44101.23194.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 77.29%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=77.29%
G=13.53%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160281900.820.880.373.8378.7735.1
HexA01C13052582544f23
Octal2403423012213045411743
Binary1010000011100100110101001010110001001011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01C13; }

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

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

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

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

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

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

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

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