Html Css Color HEX #AA2804 Rust

📋 copy color: '#AA2804'

red 170 ◦ green 40 ◦ blue 4

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

Shades of Rust #AA2804

Tints of Rust #AA2804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.69%

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

R = 79.44%
G = 18.69%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA2804 (or 0xAA2804) is known color: Rust. HEX triplet: AA, 28 and 04. RGB value is (170,40,4). Sum of RGB (Red+Green+Blue) = 170+40+4=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2804 is #55D7FB. Grayscale: #4B4B4B. Windows color (decimal): -5625852 or 272554. OLE color: 272554.

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

Color convert

RGB 170 40 4 -
CMYK 0 0.76 0.98 0.33
HSL 13.01º 0.95% 0.34% -
HSV(B) 13.01º 0.98% 0.67% -
XYZ 17.36 10.07 1.14 -
YUV 74.77 88.07 195.93 -
System Red Green Blue C M Y K H S L
Decimal 170 40 4 0 0.76 0.98 0.33 13.01 0.95 0.34
Hex AA 28 4 0 4C 62 21 D 5F 22
Octal 252 50 4 0 114 142 41 15 137 42
Binary 10101010 101000 100 0 1001100 1100010 100001 1101 1011111 100010

Color Harmonies of #AA2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2804

Black with #AA2804

Text Example


Text Example

White with #AA2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2804; }

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

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

background-color css

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

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

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

border-color css

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

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

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