Html Css Color HEX #A01312 Fire Brick

📋 copy color: '#A01312'

red 160 ◦ green 19 ◦ blue 18

#A01312
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #A01312

Tints of Fire Brick #A01312

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 value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A01312 (or 0xA01312) is known color: 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

RGB 160 19 18 -
CMYK 0 0.88 0.89 0.37
HSL 0.42º 0.8% 0.35% -
HSV(B) 0.42º 0.89% 0.63% -
XYZ 14.84 7.98 1.33 -
YUV 61.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 160 19 18 0 0.88 0.89 0.37 0.42 0.8 0.35
Hex A0 13 12 0 58 59 25 0 50 23
Octal 240 23 22 0 130 131 45 0 120 43
Binary 10100000 10011 10010 0 1011000 1011001 100101 0 1010000 100011

Color Harmonies of #A01312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01312

Black with #A01312

Text Example


Text Example

White with #A01312

Text Example


Text Example

HTML Codes & Css Web 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>