Html Css Color HEX #AA241E Fire Brick

📋 copy color: '#AA241E'

red 170 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #AA241E

Tints of Fire Brick #AA241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 72.03%
G = 15.25%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA241E (or 0xAA241E) is known color: Fire Brick. HEX triplet: AA, 24 and 1E. RGB value is (170,36,30). Sum of RGB (Red+Green+Blue) = 170+36+30=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA241E is #55DBE1. Grayscale: #4B4B4B. Windows color (decimal): -5626850 or 1975466. OLE color: 1975466.

HSL color Cylindrical-coordinate representation of color #AA241E: hue angle of 2.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA241E is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 36 30 -
CMYK 0 0.79 0.82 0.33
HSL 2.57º 0.7% 0.39% -
HSV(B) 2.57º 0.82% 0.67% -
XYZ 17.44 9.9 2.22 -
YUV 75.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 170 36 30 0 0.79 0.82 0.33 2.57 0.7 0.39
Hex AA 24 1E 0 4F 52 21 3 46 27
Octal 252 44 36 0 117 122 41 3 106 47
Binary 10101010 100100 11110 0 1001111 1010010 100001 11 1000110 100111

Color Harmonies of #AA241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA241E

Black with #AA241E

Text Example


Text Example

White with #AA241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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