Html Css Color HEX #AA250E Fire Brick

📋 copy color: '#AA250E'

red 170 ◦ green 37 ◦ blue 14

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

Shades of Fire Brick #AA250E

Tints of Fire Brick #AA250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 76.92%
G = 16.74%
B = 6.33%

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

#AA250E (or 0xAA250E) is known color: Fire Brick. HEX triplet: AA, 25 and 0E. RGB value is (170,37,14). Sum of RGB (Red+Green+Blue) = 170+37+14=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA250E is #55DAF1. Grayscale: #4A4A4A. Windows color (decimal): -5626610 or 927146. OLE color: 927146.

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

Color convert

RGB 170 37 14 -
CMYK 0 0.78 0.92 0.33
HSL 8.85º 0.85% 0.36% -
HSV(B) 8.85º 0.92% 0.67% -
XYZ 17.32 9.9 1.41 -
YUV 74.15 94.06 196.37 -
System Red Green Blue C M Y K H S L
Decimal 170 37 14 0 0.78 0.92 0.33 8.85 0.85 0.36
Hex AA 25 E 0 4E 5C 21 9 55 24
Octal 252 45 16 0 116 134 41 11 125 44
Binary 10101010 100101 1110 0 1001110 1011100 100001 1001 1010101 100100

Color Harmonies of #AA250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA250E

Black with #AA250E

Text Example


Text Example

White with #AA250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA250E; }

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

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

background-color css

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

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

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

border-color css

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

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

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