Html Css Color HEX #AA250F Fire Brick

📋 copy color: '#AA250F'

red 170 ◦ green 37 ◦ blue 15

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

Shades of Fire Brick #AA250F

Tints of Fire Brick #AA250F

RGB

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

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

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

R = 76.58%
G = 16.67%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA250F (or 0xAA250F) is known color: Fire Brick. HEX triplet: AA, 25 and 0F. RGB value is (170,37,15). Sum of RGB (Red+Green+Blue) = 170+37+15=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA250F is #55DAF0. Grayscale: #4A4A4A. Windows color (decimal): -5626609 or 992682. OLE color: 992682.

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

Color convert

RGB 170 37 15 -
CMYK 0 0.78 0.91 0.33
HSL 8.52º 0.84% 0.36% -
HSV(B) 8.52º 0.91% 0.67% -
XYZ 17.33 9.9 1.45 -
YUV 74.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 170 37 15 0 0.78 0.91 0.33 8.52 0.84 0.36
Hex AA 25 F 0 4E 5B 21 9 54 24
Octal 252 45 17 0 116 133 41 11 124 44
Binary 10101010 100101 1111 0 1001110 1011011 100001 1001 1010100 100100

Color Harmonies of #AA250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA250F

Black with #AA250F

Text Example


Text Example

White with #AA250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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