Html Css Color HEX #AA3813 Rust

📋 copy color: '#AA3813'

red 170 ◦ green 56 ◦ blue 19

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

Shades of Rust #AA3813

Tints of Rust #AA3813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 69.39%
G = 22.86%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA3813 (or 0xAA3813) is known color: Rust. HEX triplet: AA, 38 and 13. RGB value is (170,56,19). Sum of RGB (Red+Green+Blue) = 170+56+19=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3813 is #55C7EC. Grayscale: #565656. Windows color (decimal): -5621741 or 1259690. OLE color: 1259690.

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

Color convert

RGB 170 56 19 -
CMYK 0 0.67 0.89 0.33
HSL 14.7º 0.8% 0.37% -
HSV(B) 14.7º 0.89% 0.67% -
XYZ 18.11 11.42 1.87 -
YUV 85.87 90.27 188.01 -
System Red Green Blue C M Y K H S L
Decimal 170 56 19 0 0.67 0.89 0.33 14.7 0.8 0.37
Hex AA 38 13 0 43 59 21 F 50 25
Octal 252 70 23 0 103 131 41 17 120 45
Binary 10101010 111000 10011 0 1000011 1011001 100001 1111 1010000 100101

Color Harmonies of #AA3813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3813

Black with #AA3813

Text Example


Text Example

White with #AA3813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3813; }

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

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

background-color css

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

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

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

border-color css

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

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

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