Html Css Color HEX #AA150B Fire Brick

📋 copy color: '#AA150B'

red 170 ◦ green 21 ◦ blue 11

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

Shades of Fire Brick #AA150B

Tints of Fire Brick #AA150B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 84.16%
G = 10.4%
B = 5.45%

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

#AA150B (or 0xAA150B) is known color: Fire Brick. HEX triplet: AA, 15 and 0B. RGB value is (170,21,11). Sum of RGB (Red+Green+Blue) = 170+21+11=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA150B is #55EAF4. Grayscale: #404040. Windows color (decimal): -5630709 or 726442. OLE color: 726442.

HSL color Cylindrical-coordinate representation of color #AA150B: hue angle of 3.77º degrees, saturation: 0.88, 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 #AA150B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 21 11 -
CMYK 0 0.88 0.94 0.33
HSL 3.77º 0.88% 0.35% -
HSV(B) 3.77º 0.94% 0.67% -
XYZ 16.91 9.11 1.18 -
YUV 64.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 170 21 11 0 0.88 0.94 0.33 3.77 0.88 0.35
Hex AA 15 B 0 58 5E 21 4 58 23
Octal 252 25 13 0 130 136 41 4 130 43
Binary 10101010 10101 1011 0 1011000 1011110 100001 100 1011000 100011

Color Harmonies of #AA150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA150B

Black with #AA150B

Text Example


Text Example

White with #AA150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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