Html Css Color HEX #A01210 Fire Brick

📋 copy color: '#A01210'

red 160 ◦ green 18 ◦ blue 16

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

Shades of Fire Brick #A01210

Tints of Fire Brick #A01210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 82.47%
G = 9.28%
B = 8.25%

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

#A01210 (or 0xA01210) is known color: Fire Brick. HEX triplet: A0, 12 and 10. RGB value is (160,18,16). Sum of RGB (Red+Green+Blue) = 160+18+16=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A01210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01210 is #5FEDEF. Grayscale: #3C3C3C. Windows color (decimal): -6286832 or 1053344. OLE color: 1053344.

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

Color convert

RGB 160 18 16 -
CMYK 0 0.89 0.9 0.37
HSL 0.83º 0.82% 0.35% -
HSV(B) 0.83º 0.9% 0.63% -
XYZ 14.81 7.94 1.24 -
YUV 60.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 160 18 16 0 0.89 0.9 0.37 0.83 0.82 0.35
Hex A0 12 10 0 59 5A 25 1 52 23
Octal 240 22 20 0 131 132 45 1 122 43
Binary 10100000 10010 10000 0 1011001 1011010 100101 1 1010010 100011

Color Harmonies of #A01210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01210

Black with #A01210

Text Example


Text Example

White with #A01210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01210; }

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

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

background-color css

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

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

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

border-color css

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

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

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