Html Css Color HEX #A01813 Fire Brick

📋 copy color: '#A01813'

red 160 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #A01813

Tints of Fire Brick #A01813

RGB

 RED value IS 160 (62.89% from 255) = 78.82%

 GREEN value IS 24 (9.77% from 255) = 11.82%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 78.82%
G = 11.82%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A01813 (or 0xA01813) is known color: Fire Brick. HEX triplet: A0, 18 and 13. RGB value is (160,24,19). Sum of RGB (Red+Green+Blue) = 160+24+19=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A01813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01813 is #5FE7EC. Grayscale: #404040. Windows color (decimal): -6285293 or 1251488. OLE color: 1251488.

HSL color Cylindrical-coordinate representation of color #A01813: hue angle of 2.13º 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 #A01813 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 24 19 -
CMYK 0 0.85 0.88 0.37
HSL 2.13º 0.79% 0.35% -
HSV(B) 2.13º 0.88% 0.63% -
XYZ 14.94 8.17 1.41 -
YUV 64.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 160 24 19 0 0.85 0.88 0.37 2.13 0.79 0.35
Hex A0 18 13 0 55 58 25 2 4F 23
Octal 240 30 23 0 125 130 45 2 117 43
Binary 10100000 11000 10011 0 1010101 1011000 100101 10 1001111 100011

Color Harmonies of #A01813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01813

Black with #A01813

Text Example


Text Example

White with #A01813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01813; }

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

 H1.HeaderClassName
 {
   color: #A01813;
 }
 .AnyTagClassName
 {
   color: #A01813;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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