Html Css Color HEX #A01710 Fire Brick

📋 copy color: '#A01710'

red 160 ◦ green 23 ◦ blue 16

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

Shades of Fire Brick #A01710

Tints of Fire Brick #A01710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 80.4%
G = 11.56%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A01710 (or 0xA01710) is known color: Fire Brick. HEX triplet: A0, 17 and 10. RGB value is (160,23,16). Sum of RGB (Red+Green+Blue) = 160+23+16=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A01710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01710 is #5FE8EF. Grayscale: #3F3F3F. Windows color (decimal): -6285552 or 1054624. OLE color: 1054624.

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

Color convert

RGB 160 23 16 -
CMYK 0 0.86 0.9 0.37
HSL 2.92º 0.82% 0.35% -
HSV(B) 2.92º 0.9% 0.63% -
XYZ 14.9 8.12 1.27 -
YUV 63.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 160 23 16 0 0.86 0.9 0.37 2.92 0.82 0.35
Hex A0 17 10 0 56 5A 25 3 52 23
Octal 240 27 20 0 126 132 45 3 122 43
Binary 10100000 10111 10000 0 1010110 1011010 100101 11 1010010 100011

Color Harmonies of #A01710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01710

Black with #A01710

Text Example


Text Example

White with #A01710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01710; }

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

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

background-color css

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

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

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

border-color css

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

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

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