Html Css Color HEX #AE401C Rust

📋 copy color: '#AE401C'

red 174 ◦ green 64 ◦ blue 28

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

Shades of Rust #AE401C

Tints of Rust #AE401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 65.41%
G = 24.06%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE401C (or 0xAE401C) is known color: Rust. HEX triplet: AE, 40 and 1C. RGB value is (174,64,28). Sum of RGB (Red+Green+Blue) = 174+64+28=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE401C is #51BFE3. Grayscale: #5D5D5D. Windows color (decimal): -5357540 or 1851566. OLE color: 1851566.

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

Color convert

RGB 174 64 28 -
CMYK 0 0.63 0.84 0.32
HSL 14.79º 0.72% 0.4% -
HSV(B) 14.79º 0.84% 0.68% -
XYZ 19.5 12.75 2.53 -
YUV 92.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 174 64 28 0 0.63 0.84 0.32 14.79 0.72 0.4
Hex AE 40 1C 0 3F 54 20 F 48 28
Octal 256 100 34 0 77 124 40 17 110 50
Binary 10101110 1000000 11100 0 111111 1010100 100000 1111 1001000 101000

Color Harmonies of #AE401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE401C

Black with #AE401C

Text Example


Text Example

White with #AE401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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