Html Css Color HEX #A01110 Fire Brick

📋 copy color: '#A01110'

red 160 ◦ green 17 ◦ blue 16

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

Shades of Fire Brick #A01110

Tints of Fire Brick #A01110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

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

R = 82.9%
G = 8.81%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A01110 (or 0xA01110) is known color: Fire Brick. HEX triplet: A0, 11 and 10. RGB value is (160,17,16). Sum of RGB (Red+Green+Blue) = 160+17+16=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A01110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01110 is #5FEEEF. Grayscale: #3B3B3B. Windows color (decimal): -6287088 or 1053088. OLE color: 1053088.

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

Color convert

RGB 160 17 16 -
CMYK 0 0.89 0.9 0.37
HSL 0.42º 0.82% 0.35% -
HSV(B) 0.42º 0.9% 0.63% -
XYZ 14.79 7.91 1.24 -
YUV 59.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 160 17 16 0 0.89 0.9 0.37 0.42 0.82 0.35
Hex A0 11 10 0 59 5A 25 0 52 23
Octal 240 21 20 0 131 132 45 0 122 43
Binary 10100000 10001 10000 0 1011001 1011010 100101 0 1010010 100011

Color Harmonies of #A01110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01110

Black with #A01110

Text Example


Text Example

White with #A01110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01110; }

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

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

background-color css

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

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

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

border-color css

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

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

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