Html Css Color HEX #AA150E Fire Brick

📋 copy color: '#AA150E'

red 170 ◦ green 21 ◦ blue 14

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

Shades of Fire Brick #AA150E

Tints of Fire Brick #AA150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 82.93%
G = 10.24%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA150E (or 0xAA150E) is known color: Fire Brick. HEX triplet: AA, 15 and 0E. RGB value is (170,21,14). Sum of RGB (Red+Green+Blue) = 170+21+14=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA150E is #55EAF1. Grayscale: #404040. Windows color (decimal): -5630706 or 923050. OLE color: 923050.

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

Color convert

RGB 170 21 14 -
CMYK 0 0.88 0.92 0.33
HSL 2.69º 0.85% 0.36% -
HSV(B) 2.69º 0.92% 0.67% -
XYZ 16.93 9.11 1.28 -
YUV 64.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 170 21 14 0 0.88 0.92 0.33 2.69 0.85 0.36
Hex AA 15 E 0 58 5C 21 3 55 24
Octal 252 25 16 0 130 134 41 3 125 44
Binary 10101010 10101 1110 0 1011000 1011100 100001 11 1010101 100100

Color Harmonies of #AA150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA150E

Black with #AA150E

Text Example


Text Example

White with #AA150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA150E; }

 p { color: rgb(170,21,14); }

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

background-color css

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

 a { background-color: rgb(170,21,14); }

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

border-color css

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

 span { border-color: rgb(170,21,14); }

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