Html Css Color HEX #AA250D Fire Brick

📋 copy color: '#AA250D'

red 170 ◦ green 37 ◦ blue 13

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

Shades of Fire Brick #AA250D

Tints of Fire Brick #AA250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 77.27%
G = 16.82%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA250D (or 0xAA250D) is known color: Fire Brick. HEX triplet: AA, 25 and 0D. RGB value is (170,37,13). Sum of RGB (Red+Green+Blue) = 170+37+13=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA250D is #55DAF2. Grayscale: #4A4A4A. Windows color (decimal): -5626611 or 861610. OLE color: 861610.

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

Color convert

RGB 170 37 13 -
CMYK 0 0.78 0.92 0.33
HSL 9.17º 0.86% 0.36% -
HSV(B) 9.17º 0.92% 0.67% -
XYZ 17.31 9.9 1.38 -
YUV 74.03 93.56 196.45 -
System Red Green Blue C M Y K H S L
Decimal 170 37 13 0 0.78 0.92 0.33 9.17 0.86 0.36
Hex AA 25 D 0 4E 5C 21 9 56 24
Octal 252 45 15 0 116 134 41 11 126 44
Binary 10101010 100101 1101 0 1001110 1011100 100001 1001 1010110 100100

Color Harmonies of #AA250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA250D

Black with #AA250D

Text Example


Text Example

White with #AA250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA250D; }

 p { color: rgb(170,37,13); }

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

background-color css

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

 a { background-color: rgb(170,37,13); }

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

border-color css

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

 span { border-color: rgb(170,37,13); }

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