Html Css Color HEX #AA380D Rust

📋 copy color: '#AA380D'

red 170 ◦ green 56 ◦ blue 13

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

Shades of Rust #AA380D

Tints of Rust #AA380D

RGB

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

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

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

R = 71.13%
G = 23.43%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA380D (or 0xAA380D) is known color: Rust. HEX triplet: AA, 38 and 0D. RGB value is (170,56,13). Sum of RGB (Red+Green+Blue) = 170+56+13=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA380D is #55C7F2. Grayscale: #555555. Windows color (decimal): -5621747 or 866474. OLE color: 866474.

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

Color convert

RGB 170 56 13 -
CMYK 0 0.67 0.92 0.33
HSL 16.43º 0.86% 0.36% -
HSV(B) 16.43º 0.92% 0.67% -
XYZ 18.06 11.4 1.63 -
YUV 85.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 170 56 13 0 0.67 0.92 0.33 16.43 0.86 0.36
Hex AA 38 D 0 43 5C 21 10 56 24
Octal 252 70 15 0 103 134 41 20 126 44
Binary 10101010 111000 1101 0 1000011 1011100 100001 10000 1010110 100100

Color Harmonies of #AA380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA380D

Black with #AA380D

Text Example


Text Example

White with #AA380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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