Html Css Color HEX #AE401F Rust

📋 copy color: '#AE401F'

red 174 ◦ green 64 ◦ blue 31

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

Shades of Rust #AE401F

Tints of Rust #AE401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 64.68%
G = 23.79%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE401F (or 0xAE401F) is known color: Rust. HEX triplet: AE, 40 and 1F. RGB value is (174,64,31). Sum of RGB (Red+Green+Blue) = 174+64+31=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE401F is #51BFE0. Grayscale: #5D5D5D. Windows color (decimal): -5357537 or 2048174. OLE color: 2048174.

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

Color convert

RGB 174 64 31 -
CMYK 0 0.63 0.82 0.32
HSL 13.85º 0.7% 0.4% -
HSV(B) 13.85º 0.82% 0.68% -
XYZ 19.54 12.76 2.73 -
YUV 93.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 174 64 31 0 0.63 0.82 0.32 13.85 0.7 0.4
Hex AE 40 1F 0 3F 52 20 E 46 28
Octal 256 100 37 0 77 122 40 16 106 50
Binary 10101110 1000000 11111 0 111111 1010010 100000 1110 1000110 101000

Color Harmonies of #AE401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE401F

Black with #AE401F

Text Example


Text Example

White with #AE401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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