Html Css Color HEX #AA150C Fire Brick

📋 copy color: '#AA150C'

red 170 ◦ green 21 ◦ blue 12

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

Shades of Fire Brick #AA150C

Tints of Fire Brick #AA150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 83.74%
G = 10.34%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA150C (or 0xAA150C) is known color: Fire Brick. HEX triplet: AA, 15 and 0C. RGB value is (170,21,12). Sum of RGB (Red+Green+Blue) = 170+21+12=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA150C is #55EAF3. Grayscale: #404040. Windows color (decimal): -5630708 or 791978. OLE color: 791978.

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

Color convert

RGB 170 21 12 -
CMYK 0 0.88 0.93 0.33
HSL 3.42º 0.87% 0.36% -
HSV(B) 3.42º 0.93% 0.67% -
XYZ 16.91 9.11 1.21 -
YUV 64.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 170 21 12 0 0.88 0.93 0.33 3.42 0.87 0.36
Hex AA 15 C 0 58 5D 21 3 57 24
Octal 252 25 14 0 130 135 41 3 127 44
Binary 10101010 10101 1100 0 1011000 1011101 100001 11 1010111 100100

Color Harmonies of #AA150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA150C

Black with #AA150C

Text Example


Text Example

White with #AA150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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