Html Css Color HEX #AE401D Rust

📋 copy color: '#AE401D'

red 174 ◦ green 64 ◦ blue 29

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

Shades of Rust #AE401D

Tints of Rust #AE401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 65.17%
G = 23.97%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE401D (or 0xAE401D) is known color: Rust. HEX triplet: AE, 40 and 1D. RGB value is (174,64,29). Sum of RGB (Red+Green+Blue) = 174+64+29=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE401D is #51BFE2. Grayscale: #5D5D5D. Windows color (decimal): -5357539 or 1917102. OLE color: 1917102.

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

Color convert

RGB 174 64 29 -
CMYK 0 0.63 0.83 0.32
HSL 14.48º 0.71% 0.4% -
HSV(B) 14.48º 0.83% 0.68% -
XYZ 19.51 12.75 2.6 -
YUV 92.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 174 64 29 0 0.63 0.83 0.32 14.48 0.71 0.4
Hex AE 40 1D 0 3F 53 20 E 47 28
Octal 256 100 35 0 77 123 40 16 107 50
Binary 10101110 1000000 11101 0 111111 1010011 100000 1110 1000111 101000

Color Harmonies of #AE401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE401D

Black with #AE401D

Text Example


Text Example

White with #AE401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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