Html Css Color HEX #AA3818 Rust

📋 copy color: '#AA3818'

red 170 ◦ green 56 ◦ blue 24

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

Shades of Rust #AA3818

Tints of Rust #AA3818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 68%
G = 22.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA3818 (or 0xAA3818) is known color: Rust. HEX triplet: AA, 38 and 18. RGB value is (170,56,24). Sum of RGB (Red+Green+Blue) = 170+56+24=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3818 is #55C7E7. Grayscale: #565656. Windows color (decimal): -5621736 or 1587370. OLE color: 1587370.

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

Color convert

RGB 170 56 24 -
CMYK 0 0.67 0.86 0.33
HSL 13.15º 0.75% 0.38% -
HSV(B) 13.15º 0.86% 0.67% -
XYZ 18.16 11.44 2.12 -
YUV 86.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 170 56 24 0 0.67 0.86 0.33 13.15 0.75 0.38
Hex AA 38 18 0 43 56 21 D 4B 26
Octal 252 70 30 0 103 126 41 15 113 46
Binary 10101010 111000 11000 0 1000011 1010110 100001 1101 1001011 100110

Color Harmonies of #AA3818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3818

Black with #AA3818

Text Example


Text Example

White with #AA3818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3818; }

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

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

background-color css

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

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

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

border-color css

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

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

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