Html Css Color HEX #AE3215 Rust

📋 copy color: '#AE3215'

red 174 ◦ green 50 ◦ blue 21

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

Shades of Rust #AE3215

Tints of Rust #AE3215

RGB

 RED value IS 174 (68.36% from 255) = 71.02%

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 71.02%
G = 20.41%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE3215 (or 0xAE3215) is known color: Rust. HEX triplet: AE, 32 and 15. RGB value is (174,50,21). Sum of RGB (Red+Green+Blue) = 174+50+21=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3215 is #51CDEA. Grayscale: #545454. Windows color (decimal): -5361131 or 1389230. OLE color: 1389230.

HSL color Cylindrical-coordinate representation of color #AE3215: hue angle of 11.37º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE3215 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 50 21 -
CMYK 0 0.71 0.88 0.32
HSL 11.37º 0.78% 0.38% -
HSV(B) 11.37º 0.88% 0.68% -
XYZ 18.73 11.33 1.91 -
YUV 83.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 174 50 21 0 0.71 0.88 0.32 11.37 0.78 0.38
Hex AE 32 15 0 47 58 20 B 4E 26
Octal 256 62 25 0 107 130 40 13 116 46
Binary 10101110 110010 10101 0 1000111 1011000 100000 1011 1001110 100110

Color Harmonies of #AE3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3215

Black with #AE3215

Text Example


Text Example

White with #AE3215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3215; }

 p { color: rgb(174,50,21); }

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

background-color css

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

 a { background-color: rgb(174,50,21); }

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

border-color css

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

 span { border-color: rgb(174,50,21); }

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