Html Css Color HEX #AA2C0F Rust

📋 copy color: '#AA2C0F'

red 170 ◦ green 44 ◦ blue 15

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

Shades of Rust #AA2C0F

Tints of Rust #AA2C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 74.24%
G = 19.21%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA2C0F (or 0xAA2C0F) is known color: Rust. HEX triplet: AA, 2C and 0F. RGB value is (170,44,15). Sum of RGB (Red+Green+Blue) = 170+44+15=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2C0F is #55D3F0. Grayscale: #4E4E4E. Windows color (decimal): -5624817 or 994474. OLE color: 994474.

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

Color convert

RGB 170 44 15 -
CMYK 0 0.74 0.91 0.33
HSL 11.23º 0.84% 0.36% -
HSV(B) 11.23º 0.91% 0.67% -
XYZ 17.56 10.38 1.53 -
YUV 78.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 170 44 15 0 0.74 0.91 0.33 11.23 0.84 0.36
Hex AA 2C F 0 4A 5B 21 B 54 24
Octal 252 54 17 0 112 133 41 13 124 44
Binary 10101010 101100 1111 0 1001010 1011011 100001 1011 1010100 100100

Color Harmonies of #AA2C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2C0F

Black with #AA2C0F

Text Example


Text Example

White with #AA2C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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