Html Css Color HEX #AA1A12 Fire Brick

📋 copy color: '#AA1A12'

red 170 ◦ green 26 ◦ blue 18

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

Shades of Fire Brick #AA1A12

Tints of Fire Brick #AA1A12

RGB

 RED value IS 170 (66.8% from 255) = 79.44%

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 79.44%
G = 12.15%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA1A12 (or 0xAA1A12) is known color: Fire Brick. HEX triplet: AA, 1A and 12. RGB value is (170,26,18). Sum of RGB (Red+Green+Blue) = 170+26+18=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A12 is #55E5ED. Grayscale: #444444. Windows color (decimal): -5629422 or 1186474. OLE color: 1186474.

HSL color Cylindrical-coordinate representation of color #AA1A12: hue angle of 3.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1A12 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 26 18 -
CMYK 0 0.85 0.89 0.33
HSL 3.16º 0.81% 0.37% -
HSV(B) 3.16º 0.89% 0.67% -
XYZ 17.06 9.33 1.47 -
YUV 68.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 170 26 18 0 0.85 0.89 0.33 3.16 0.81 0.37
Hex AA 1A 12 0 55 59 21 3 51 25
Octal 252 32 22 0 125 131 41 3 121 45
Binary 10101010 11010 10010 0 1010101 1011001 100001 11 1010001 100101

Color Harmonies of #AA1A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A12

Black with #AA1A12

Text Example


Text Example

White with #AA1A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A12; }

 p { color: rgb(170,26,18); }

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

background-color css

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

 a { background-color: rgb(170,26,18); }

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

border-color css

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

 span { border-color: rgb(170,26,18); }

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