Html Css Color HEX #AE400D Rust

📋 copy color: '#AE400D'

red 174 ◦ green 64 ◦ blue 13

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

Shades of Rust #AE400D

Tints of Rust #AE400D

RGB

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

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

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

R = 69.32%
G = 25.5%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE400D (or 0xAE400D) is known color: Rust. HEX triplet: AE, 40 and 0D. RGB value is (174,64,13). Sum of RGB (Red+Green+Blue) = 174+64+13=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE400D is #51BFF2. Grayscale: #5B5B5B. Windows color (decimal): -5357555 or 868526. OLE color: 868526.

HSL color Cylindrical-coordinate representation of color #AE400D: hue angle of 19.01º 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 #AE400D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 13 -
CMYK 0 0.63 0.93 0.32
HSL 19.01º 0.86% 0.37% -
HSV(B) 19.01º 0.93% 0.68% -
XYZ 19.36 12.69 1.81 -
YUV 91.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 174 64 13 0 0.63 0.93 0.32 19.01 0.86 0.37
Hex AE 40 D 0 3F 5D 20 13 56 25
Octal 256 100 15 0 77 135 40 23 126 45
Binary 10101110 1000000 1101 0 111111 1011101 100000 10011 1010110 100101

Color Harmonies of #AE400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE400D

Black with #AE400D

Text Example


Text Example

White with #AE400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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