Html Css Color HEX #AA190C Fire Brick

📋 copy color: '#AA190C'

red 170 ◦ green 25 ◦ blue 12

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

Shades of Fire Brick #AA190C

Tints of Fire Brick #AA190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 82.13%
G = 12.08%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA190C (or 0xAA190C) is known color: Fire Brick. HEX triplet: AA, 19 and 0C. RGB value is (170,25,12). Sum of RGB (Red+Green+Blue) = 170+25+12=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA190C is #55E6F3. Grayscale: #434343. Windows color (decimal): -5629684 or 793002. OLE color: 793002.

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

Color convert

RGB 170 25 12 -
CMYK 0 0.85 0.93 0.33
HSL 4.94º 0.87% 0.36% -
HSV(B) 4.94º 0.93% 0.67% -
XYZ 16.99 9.27 1.24 -
YUV 66.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 170 25 12 0 0.85 0.93 0.33 4.94 0.87 0.36
Hex AA 19 C 0 55 5D 21 5 57 24
Octal 252 31 14 0 125 135 41 5 127 44
Binary 10101010 11001 1100 0 1010101 1011101 100001 101 1010111 100100

Color Harmonies of #AA190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA190C

Black with #AA190C

Text Example


Text Example

White with #AA190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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