Html Css Color HEX #AA3318 Rust

📋 copy color: '#AA3318'

red 170 ◦ green 51 ◦ blue 24

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

Shades of Rust #AA3318

Tints of Rust #AA3318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 69.39%
G = 20.82%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA3318 (or 0xAA3318) is known color: Rust. HEX triplet: AA, 33 and 18. RGB value is (170,51,24). Sum of RGB (Red+Green+Blue) = 170+51+24=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3318 is #55CCE7. Grayscale: #535353. Windows color (decimal): -5623016 or 1586090. OLE color: 1586090.

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

Color convert

RGB 170 51 24 -
CMYK 0 0.7 0.86 0.33
HSL 11.1º 0.75% 0.38% -
HSV(B) 11.1º 0.86% 0.67% -
XYZ 17.93 10.98 2.04 -
YUV 83.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 170 51 24 0 0.7 0.86 0.33 11.1 0.75 0.38
Hex AA 33 18 0 46 56 21 B 4B 26
Octal 252 63 30 0 106 126 41 13 113 46
Binary 10101010 110011 11000 0 1000110 1010110 100001 1011 1001011 100110

Color Harmonies of #AA3318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3318

Black with #AA3318

Text Example


Text Example

White with #AA3318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3318; }

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

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

background-color css

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

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

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

border-color css

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

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

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