Html Css Color HEX #A01713 Fire Brick

📋 copy color: '#A01713'

red 160 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #A01713

Tints of Fire Brick #A01713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.39%

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

R = 79.21%
G = 11.39%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A01713 (or 0xA01713) is known color: Fire Brick. HEX triplet: A0, 17 and 13. RGB value is (160,23,19). Sum of RGB (Red+Green+Blue) = 160+23+19=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A01713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01713 is #5FE8EC. Grayscale: #3F3F3F. Windows color (decimal): -6285549 or 1251232. OLE color: 1251232.

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

Color convert

RGB 160 23 19 -
CMYK 0 0.86 0.88 0.37
HSL 1.7º 0.79% 0.35% -
HSV(B) 1.7º 0.88% 0.63% -
XYZ 14.92 8.13 1.4 -
YUV 63.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 160 23 19 0 0.86 0.88 0.37 1.7 0.79 0.35
Hex A0 17 13 0 56 58 25 2 4F 23
Octal 240 27 23 0 126 130 45 2 117 43
Binary 10100000 10111 10011 0 1010110 1011000 100101 10 1001111 100011

Color Harmonies of #A01713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01713

Black with #A01713

Text Example


Text Example

White with #A01713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01713; }

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

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

background-color css

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

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

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

border-color css

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

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

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