Html Css Color HEX #AA241C Fire Brick

📋 copy color: '#AA241C'

red 170 ◦ green 36 ◦ blue 28

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

Shades of Fire Brick #AA241C

Tints of Fire Brick #AA241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 72.65%
G = 15.38%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA241C (or 0xAA241C) is known color: Fire Brick. HEX triplet: AA, 24 and 1C. RGB value is (170,36,28). Sum of RGB (Red+Green+Blue) = 170+36+28=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA241C is #55DBE3. Grayscale: #4B4B4B. Windows color (decimal): -5626852 or 1844394. OLE color: 1844394.

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

Color convert

RGB 170 36 28 -
CMYK 0 0.79 0.84 0.33
HSL 3.38º 0.72% 0.39% -
HSV(B) 3.38º 0.84% 0.67% -
XYZ 17.42 9.89 2.09 -
YUV 75.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 170 36 28 0 0.79 0.84 0.33 3.38 0.72 0.39
Hex AA 24 1C 0 4F 54 21 3 48 27
Octal 252 44 34 0 117 124 41 3 110 47
Binary 10101010 100100 11100 0 1001111 1010100 100001 11 1001000 100111

Color Harmonies of #AA241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA241C

Black with #AA241C

Text Example


Text Example

White with #AA241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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