#A01312

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

Shades of Fire Brick #A01312

Tints of Fire Brick #A01312

Color information

#A01312 (or 0xA01312) is unknown color: approx Fire Brick. HEX triplet: A0, 13 and 12. RGB value is (160,19,18). Sum of RGB (Red+Green+Blue) = 160+19+18=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A01312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01312 is #5FECED. Grayscale: #3D3D3D. Windows color (decimal): -6286574 or 1184672. OLE color: 1184672.

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

Color convert

RGB1601918-
CMYK00.880.890.37
HSL0.42º79.78%34.9%-
HSV(B)0.42º88.75%62.75%-
XYZ14.847.981.33-
YUV61.04103.71198.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 81.22%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=81.22%
G=9.64%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160191800.880.890.370.4279.7834.9
HexA01312058592505023
Octal2402322013013145012043
Binary10100000100111001001011000101100110010101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01312; }

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

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

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

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

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

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

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

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