Html Css Color HEX #AA150A Fire Brick

📋 copy color: '#AA150A'

red 170 ◦ green 21 ◦ blue 10

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

Shades of Fire Brick #AA150A

Tints of Fire Brick #AA150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 84.58%
G = 10.45%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA150A (or 0xAA150A) is known color: Fire Brick. HEX triplet: AA, 15 and 0A. RGB value is (170,21,10). Sum of RGB (Red+Green+Blue) = 170+21+10=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA150A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA150A is #55EAF5. Grayscale: #404040. Windows color (decimal): -5630710 or 660906. OLE color: 660906.

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

Color convert

RGB 170 21 10 -
CMYK 0 0.88 0.94 0.33
HSL 4.13º 0.89% 0.35% -
HSV(B) 4.13º 0.94% 0.67% -
XYZ 16.9 9.1 1.15 -
YUV 64.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 170 21 10 0 0.88 0.94 0.33 4.13 0.89 0.35
Hex AA 15 A 0 58 5E 21 4 59 23
Octal 252 25 12 0 130 136 41 4 131 43
Binary 10101010 10101 1010 0 1011000 1011110 100001 100 1011001 100011

Color Harmonies of #AA150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA150A

Black with #AA150A

Text Example


Text Example

White with #AA150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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