Html Css Color HEX #AA2D0C Rust

📋 copy color: '#AA2D0C'

red 170 ◦ green 45 ◦ blue 12

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

Shades of Rust #AA2D0C

Tints of Rust #AA2D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

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

R = 74.89%
G = 19.82%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA2D0C (or 0xAA2D0C) is known color: Rust. HEX triplet: AA, 2D and 0C. RGB value is (170,45,12). Sum of RGB (Red+Green+Blue) = 170+45+12=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2D0C is #55D2F3. Grayscale: #4E4E4E. Windows color (decimal): -5624564 or 798122. OLE color: 798122.

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

Color convert

RGB 170 45 12 -
CMYK 0 0.74 0.93 0.33
HSL 12.53º 0.87% 0.36% -
HSV(B) 12.53º 0.93% 0.67% -
XYZ 17.58 10.45 1.44 -
YUV 78.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 170 45 12 0 0.74 0.93 0.33 12.53 0.87 0.36
Hex AA 2D C 0 4A 5D 21 D 57 24
Octal 252 55 14 0 112 135 41 15 127 44
Binary 10101010 101101 1100 0 1001010 1011101 100001 1101 1010111 100100

Color Harmonies of #AA2D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2D0C

Black with #AA2D0C

Text Example


Text Example

White with #AA2D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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