Html Css Color HEX #AA130C Fire Brick

📋 copy color: '#AA130C'

red 170 ◦ green 19 ◦ blue 12

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

Shades of Fire Brick #AA130C

Tints of Fire Brick #AA130C

RGB

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

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

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

R = 84.58%
G = 9.45%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA130C (or 0xAA130C) is known color: Fire Brick. HEX triplet: AA, 13 and 0C. RGB value is (170,19,12). Sum of RGB (Red+Green+Blue) = 170+19+12=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA130C is #55ECF3. Grayscale: #3F3F3F. Windows color (decimal): -5631220 or 791466. OLE color: 791466.

HSL color Cylindrical-coordinate representation of color #AA130C: hue angle of 2.66º 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 #AA130C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 19 12 -
CMYK 0 0.89 0.93 0.33
HSL 2.66º 0.87% 0.36% -
HSV(B) 2.66º 0.93% 0.67% -
XYZ 16.88 9.04 1.2 -
YUV 63.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 170 19 12 0 0.89 0.93 0.33 2.66 0.87 0.36
Hex AA 13 C 0 59 5D 21 3 57 24
Octal 252 23 14 0 131 135 41 3 127 44
Binary 10101010 10011 1100 0 1011001 1011101 100001 11 1010111 100100

Color Harmonies of #AA130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA130C

Black with #AA130C

Text Example


Text Example

White with #AA130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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