Html Css Color HEX #AA2F0D Rust

📋 copy color: '#AA2F0D'

red 170 ◦ green 47 ◦ blue 13

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

Shades of Rust #AA2F0D

Tints of Rust #AA2F0D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.43%

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

R = 73.91%
G = 20.43%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA2F0D (or 0xAA2F0D) is known color: Rust. HEX triplet: AA, 2F and 0D. RGB value is (170,47,13). Sum of RGB (Red+Green+Blue) = 170+47+13=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F0D is #55D0F2. Grayscale: #505050. Windows color (decimal): -5624051 or 864170. OLE color: 864170.

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

Color convert

RGB 170 47 13 -
CMYK 0 0.72 0.92 0.33
HSL 12.99º 0.86% 0.36% -
HSV(B) 12.99º 0.92% 0.67% -
XYZ 17.67 10.61 1.5 -
YUV 79.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 170 47 13 0 0.72 0.92 0.33 12.99 0.86 0.36
Hex AA 2F D 0 48 5C 21 D 56 24
Octal 252 57 15 0 110 134 41 15 126 44
Binary 10101010 101111 1101 0 1001000 1011100 100001 1101 1010110 100100

Color Harmonies of #AA2F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F0D

Black with #AA2F0D

Text Example


Text Example

White with #AA2F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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