Html Css Color HEX #AA3D0B Rust

📋 copy color: '#AA3D0B'

red 170 ◦ green 61 ◦ blue 11

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

Shades of Rust #AA3D0B

Tints of Rust #AA3D0B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.21%

 BLUE value IS 11 (4.69% from 255) = 4.55%

R = 70.25%
G = 25.21%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA3D0B (or 0xAA3D0B) is known color: Rust. HEX triplet: AA, 3D and 0B. RGB value is (170,61,11). Sum of RGB (Red+Green+Blue) = 170+61+11=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D0B is #55C2F4. Grayscale: #585858. Windows color (decimal): -5620469 or 736682. OLE color: 736682.

HSL color Cylindrical-coordinate representation of color #AA3D0B: hue angle of 18.87º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA3D0B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 61 11 -
CMYK 0 0.64 0.94 0.33
HSL 18.87º 0.88% 0.35% -
HSV(B) 18.87º 0.94% 0.67% -
XYZ 18.31 11.91 1.65 -
YUV 87.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 170 61 11 0 0.64 0.94 0.33 18.87 0.88 0.35
Hex AA 3D B 0 40 5E 21 13 58 23
Octal 252 75 13 0 100 136 41 23 130 43
Binary 10101010 111101 1011 0 1000000 1011110 100001 10011 1011000 100011

Color Harmonies of #AA3D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D0B

Black with #AA3D0B

Text Example


Text Example

White with #AA3D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D0B; }

 p { color: rgb(170,61,11); }

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

background-color css

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

 a { background-color: rgb(170,61,11); }

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

border-color css

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

 span { border-color: rgb(170,61,11); }

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