Html Css Color HEX #AE350D Rust

📋 copy color: '#AE350D'

red 174 ◦ green 53 ◦ blue 13

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

Shades of Rust #AE350D

Tints of Rust #AE350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

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

R = 72.5%
G = 22.08%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE350D (or 0xAE350D) is known color: Rust. HEX triplet: AE, 35 and 0D. RGB value is (174,53,13). Sum of RGB (Red+Green+Blue) = 174+53+13=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE350D is #51CAF2. Grayscale: #545454. Windows color (decimal): -5360371 or 865710. OLE color: 865710.

HSL color Cylindrical-coordinate representation of color #AE350D: hue angle of 14.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE350D is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 53 13 -
CMYK 0 0.70 0.93 0.32
HSL 14.91º 0.86% 0.37% -
HSV(B) 14.91º 0.93% 0.68% -
XYZ 18.8 11.57 1.62 -
YUV 84.62 87.59 191.75 -
System Red Green Blue C M Y K H S L
Decimal 174 53 13 0 0.70 0.93 0.32 14.91 0.86 0.37
Hex AE 35 D 0 46 5D 20 F 56 25
Octal 256 65 15 0 106 135 40 17 126 45
Binary 10101110 110101 1101 0 1000110 1011101 100000 1111 1010110 100101

Color Harmonies of #AE350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE350D

Black with #AE350D

Text Example


Text Example

White with #AE350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE350D; }

 p { color: rgb(174,53,13); }

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

background-color css

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

 a { background-color: rgb(174,53,13); }

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

border-color css

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

 span { border-color: rgb(174,53,13); }

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