Html Css Color HEX #AA240C Fire Brick

📋 copy color: '#AA240C'

red 170 ◦ green 36 ◦ blue 12

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

Shades of Fire Brick #AA240C

Tints of Fire Brick #AA240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 77.98%
G = 16.51%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA240C (or 0xAA240C) is known color: Fire Brick. HEX triplet: AA, 24 and 0C. RGB value is (170,36,12). Sum of RGB (Red+Green+Blue) = 170+36+12=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA240C is #55DBF3. Grayscale: #494949. Windows color (decimal): -5626868 or 795818. OLE color: 795818.

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

Color convert

RGB 170 36 12 -
CMYK 0 0.79 0.93 0.33
HSL 9.11º 0.87% 0.36% -
HSV(B) 9.11º 0.93% 0.67% -
XYZ 17.27 9.83 1.34 -
YUV 73.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 170 36 12 0 0.79 0.93 0.33 9.11 0.87 0.36
Hex AA 24 C 0 4F 5D 21 9 57 24
Octal 252 44 14 0 117 135 41 11 127 44
Binary 10101010 100100 1100 0 1001111 1011101 100001 1001 1010111 100100

Color Harmonies of #AA240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA240C

Black with #AA240C

Text Example


Text Example

White with #AA240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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