Html Css Color HEX #AA240F Fire Brick

📋 copy color: '#AA240F'

red 170 ◦ green 36 ◦ blue 15

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

Shades of Fire Brick #AA240F

Tints of Fire Brick #AA240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

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

R = 76.92%
G = 16.29%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA240F (or 0xAA240F) is known color: Fire Brick. HEX triplet: AA, 24 and 0F. RGB value is (170,36,15). Sum of RGB (Red+Green+Blue) = 170+36+15=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA240F is #55DBF0. Grayscale: #494949. Windows color (decimal): -5626865 or 992426. OLE color: 992426.

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

Color convert

RGB 170 36 15 -
CMYK 0 0.79 0.91 0.33
HSL 8.13º 0.84% 0.36% -
HSV(B) 8.13º 0.91% 0.67% -
XYZ 17.29 9.84 1.44 -
YUV 73.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 170 36 15 0 0.79 0.91 0.33 8.13 0.84 0.36
Hex AA 24 F 0 4F 5B 21 8 54 24
Octal 252 44 17 0 117 133 41 10 124 44
Binary 10101010 100100 1111 0 1001111 1011011 100001 1000 1010100 100100

Color Harmonies of #AA240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA240F

Black with #AA240F

Text Example


Text Example

White with #AA240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA240F; }

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

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

background-color css

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

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

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

border-color css

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

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

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