Html Css Color HEX #AA231C Fire Brick

📋 copy color: '#AA231C'

red 170 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #AA231C

Tints of Fire Brick #AA231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.02%

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

R = 72.96%
G = 15.02%
B = 12.02%

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

#AA231C (or 0xAA231C) is known color: Fire Brick. HEX triplet: AA, 23 and 1C. RGB value is (170,35,28). Sum of RGB (Red+Green+Blue) = 170+35+28=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA231C is #55DCE3. Grayscale: #4A4A4A. Windows color (decimal): -5627108 or 1844138. OLE color: 1844138.

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

Color convert

RGB 170 35 28 -
CMYK 0 0.79 0.84 0.33
HSL 2.96º 0.72% 0.39% -
HSV(B) 2.96º 0.84% 0.67% -
XYZ 17.39 9.83 2.08 -
YUV 74.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 170 35 28 0 0.79 0.84 0.33 2.96 0.72 0.39
Hex AA 23 1C 0 4F 54 21 3 48 27
Octal 252 43 34 0 117 124 41 3 110 47
Binary 10101010 100011 11100 0 1001111 1010100 100001 11 1001000 100111

Color Harmonies of #AA231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA231C

Black with #AA231C

Text Example


Text Example

White with #AA231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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