Html Css Color HEX #AA2C0D Rust

📋 copy color: '#AA2C0D'

red 170 ◦ green 44 ◦ blue 13

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

Shades of Rust #AA2C0D

Tints of Rust #AA2C0D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 74.89%
G = 19.38%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA2C0D (or 0xAA2C0D) is known color: Rust. HEX triplet: AA, 2C and 0D. RGB value is (170,44,13). Sum of RGB (Red+Green+Blue) = 170+44+13=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2C0D is #55D3F2. Grayscale: #4E4E4E. Windows color (decimal): -5624819 or 863402. OLE color: 863402.

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

Color convert

RGB 170 44 13 -
CMYK 0 0.74 0.92 0.33
HSL 11.85º 0.86% 0.36% -
HSV(B) 11.85º 0.92% 0.67% -
XYZ 17.55 10.38 1.46 -
YUV 78.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 170 44 13 0 0.74 0.92 0.33 11.85 0.86 0.36
Hex AA 2C D 0 4A 5C 21 C 56 24
Octal 252 54 15 0 112 134 41 14 126 44
Binary 10101010 101100 1101 0 1001010 1011100 100001 1100 1010110 100100

Color Harmonies of #AA2C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2C0D

Black with #AA2C0D

Text Example


Text Example

White with #AA2C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2C0D; }

 p { color: rgb(170,44,13); }

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

background-color css

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

 a { background-color: rgb(170,44,13); }

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

border-color css

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

 span { border-color: rgb(170,44,13); }

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