Html Css Color HEX #A01810 Fire Brick

📋 copy color: '#A01810'

red 160 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #A01810

Tints of Fire Brick #A01810

RGB

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

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

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

R = 80%
G = 12%
B = 8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A01810 (or 0xA01810) is known color: Fire Brick. HEX triplet: A0, 18 and 10. RGB value is (160,24,16). Sum of RGB (Red+Green+Blue) = 160+24+16=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A01810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01810 is #5FE7EF. Grayscale: #3F3F3F. Windows color (decimal): -6285296 or 1054880. OLE color: 1054880.

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

Color convert

RGB 160 24 16 -
CMYK 0 0.85 0.9 0.37
HSL 3.33º 0.82% 0.35% -
HSV(B) 3.33º 0.9% 0.63% -
XYZ 14.92 8.16 1.28 -
YUV 63.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 160 24 16 0 0.85 0.9 0.37 3.33 0.82 0.35
Hex A0 18 10 0 55 5A 25 3 52 23
Octal 240 30 20 0 125 132 45 3 122 43
Binary 10100000 11000 10000 0 1010101 1011010 100101 11 1010010 100011

Color Harmonies of #A01810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01810

Black with #A01810

Text Example


Text Example

White with #A01810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01810; }

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

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

background-color css

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

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

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

border-color css

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

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

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