Html Css Color HEX #A01A10 Fire Brick

📋 copy color: '#A01A10'

red 160 ◦ green 26 ◦ blue 16

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

Shades of Fire Brick #A01A10

Tints of Fire Brick #A01A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

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

R = 79.21%
G = 12.87%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A01A10 (or 0xA01A10) is known color: Fire Brick. HEX triplet: A0, 1A and 10. RGB value is (160,26,16). Sum of RGB (Red+Green+Blue) = 160+26+16=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01A10 is #5FE5EF. Grayscale: #414141. Windows color (decimal): -6284784 or 1055392. OLE color: 1055392.

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

Color convert

RGB 160 26 16 -
CMYK 0 0.84 0.9 0.37
HSL 4.17º 0.82% 0.35% -
HSV(B) 4.17º 0.9% 0.63% -
XYZ 14.96 8.25 1.29 -
YUV 64.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 160 26 16 0 0.84 0.9 0.37 4.17 0.82 0.35
Hex A0 1A 10 0 54 5A 25 4 52 23
Octal 240 32 20 0 124 132 45 4 122 43
Binary 10100000 11010 10000 0 1010100 1011010 100101 100 1010010 100011

Color Harmonies of #A01A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01A10

Black with #A01A10

Text Example


Text Example

White with #A01A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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