Html Css Color HEX #AA2304 Fire Brick

📋 copy color: '#AA2304'

red 170 ◦ green 35 ◦ blue 4

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

Shades of Fire Brick #AA2304

Tints of Fire Brick #AA2304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.91%

R = 81.34%
G = 16.75%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA2304 (or 0xAA2304) is known color: Fire Brick. HEX triplet: AA, 23 and 04. RGB value is (170,35,4). Sum of RGB (Red+Green+Blue) = 170+35+4=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2304 is #55DCFB. Grayscale: #484848. Windows color (decimal): -5627132 or 271274. OLE color: 271274.

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

Color convert

RGB 170 35 4 -
CMYK 0 0.79 0.98 0.33
HSL 11.2º 0.95% 0.34% -
HSV(B) 11.2º 0.98% 0.67% -
XYZ 17.2 9.76 1.09 -
YUV 71.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 170 35 4 0 0.79 0.98 0.33 11.2 0.95 0.34
Hex AA 23 4 0 4F 62 21 B 5F 22
Octal 252 43 4 0 117 142 41 13 137 42
Binary 10101010 100011 100 0 1001111 1100010 100001 1011 1011111 100010

Color Harmonies of #AA2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2304

Black with #AA2304

Text Example


Text Example

White with #AA2304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2304; }

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

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

background-color css

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

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

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

border-color css

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

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

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