Html Css Color HEX #AA3811 Rust

📋 copy color: '#AA3811'

red 170 ◦ green 56 ◦ blue 17

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

Shades of Rust #AA3811

Tints of Rust #AA3811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.05%

 BLUE value IS 17 (7.03% from 255) = 7%

R = 69.96%
G = 23.05%
B = 7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA3811 (or 0xAA3811) is known color: Rust. HEX triplet: AA, 38 and 11. RGB value is (170,56,17). Sum of RGB (Red+Green+Blue) = 170+56+17=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3811 is #55C7EE. Grayscale: #555555. Windows color (decimal): -5621743 or 1128618. OLE color: 1128618.

HSL color Cylindrical-coordinate representation of color #AA3811: hue angle of 15.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA3811 is Cyan = 0, Magento = 0.67, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 56 17 -
CMYK 0 0.67 0.9 0.33
HSL 15.29º 0.82% 0.37% -
HSV(B) 15.29º 0.9% 0.67% -
XYZ 18.09 11.41 1.78 -
YUV 85.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 170 56 17 0 0.67 0.9 0.33 15.29 0.82 0.37
Hex AA 38 11 0 43 5A 21 F 52 25
Octal 252 70 21 0 103 132 41 17 122 45
Binary 10101010 111000 10001 0 1000011 1011010 100001 1111 1010010 100101

Color Harmonies of #AA3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3811

Black with #AA3811

Text Example


Text Example

White with #AA3811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3811; }

 p { color: rgb(170,56,17); }

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

background-color css

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

 a { background-color: rgb(170,56,17); }

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

border-color css

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

 span { border-color: rgb(170,56,17); }

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