Html Css Color HEX #AE4013 Rust

📋 copy color: '#AE4013'

red 174 ◦ green 64 ◦ blue 19

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

Shades of Rust #AE4013

Tints of Rust #AE4013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 67.7%
G = 24.9%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4013 (or 0xAE4013) is known color: Rust. HEX triplet: AE, 40 and 13. RGB value is (174,64,19). Sum of RGB (Red+Green+Blue) = 174+64+19=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4013 is #51BFEC. Grayscale: #5C5C5C. Windows color (decimal): -5357549 or 1261742. OLE color: 1261742.

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

Color convert

RGB 174 64 19 -
CMYK 0 0.63 0.89 0.32
HSL 17.42º 0.8% 0.38% -
HSV(B) 17.42º 0.89% 0.68% -
XYZ 19.41 12.71 2.05 -
YUV 91.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 174 64 19 0 0.63 0.89 0.32 17.42 0.8 0.38
Hex AE 40 13 0 3F 59 20 11 50 26
Octal 256 100 23 0 77 131 40 21 120 46
Binary 10101110 1000000 10011 0 111111 1011001 100000 10001 1010000 100110

Color Harmonies of #AE4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4013

Black with #AE4013

Text Example


Text Example

White with #AE4013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4013; }

 p { color: rgb(174,64,19); }

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

background-color css

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

 a { background-color: rgb(174,64,19); }

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

border-color css

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

 span { border-color: rgb(174,64,19); }

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