Html Css Color HEX #AA130F Fire Brick

📋 copy color: '#AA130F'

red 170 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #AA130F

Tints of Fire Brick #AA130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 83.33%
G = 9.31%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA130F (or 0xAA130F) is known color: Fire Brick. HEX triplet: AA, 13 and 0F. RGB value is (170,19,15). Sum of RGB (Red+Green+Blue) = 170+19+15=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA130F is #55ECF0. Grayscale: #3F3F3F. Windows color (decimal): -5631217 or 988074. OLE color: 988074.

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

Color convert

RGB 170 19 15 -
CMYK 0 0.89 0.91 0.33
HSL 1.55º 0.84% 0.36% -
HSV(B) 1.55º 0.91% 0.67% -
XYZ 16.9 9.05 1.31 -
YUV 63.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 170 19 15 0 0.89 0.91 0.33 1.55 0.84 0.36
Hex AA 13 F 0 59 5B 21 2 54 24
Octal 252 23 17 0 131 133 41 2 124 44
Binary 10101010 10011 1111 0 1011001 1011011 100001 10 1010100 100100

Color Harmonies of #AA130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA130F

Black with #AA130F

Text Example


Text Example

White with #AA130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA130F; }

 p { color: rgb(170,19,15); }

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

background-color css

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

 a { background-color: rgb(170,19,15); }

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

border-color css

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

 span { border-color: rgb(170,19,15); }

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