Html Css Color HEX #AE460D Rust

📋 copy color: '#AE460D'

red 174 ◦ green 70 ◦ blue 13

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

Shades of Rust #AE460D

Tints of Rust #AE460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

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

R = 67.7%
G = 27.24%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE460D (or 0xAE460D) is known color: Rust. HEX triplet: AE, 46 and 0D. RGB value is (174,70,13). Sum of RGB (Red+Green+Blue) = 174+70+13=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE460D is #51B9F2. Grayscale: #5E5E5E. Windows color (decimal): -5356019 or 870062. OLE color: 870062.

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

Color convert

RGB 174 70 13 -
CMYK 0 0.60 0.93 0.32
HSL 21.24º 0.86% 0.37% -
HSV(B) 21.24º 0.93% 0.68% -
XYZ 19.72 13.41 1.93 -
YUV 94.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 174 70 13 0 0.60 0.93 0.32 21.24 0.86 0.37
Hex AE 46 D 0 3C 5D 20 15 56 25
Octal 256 106 15 0 74 135 40 25 126 45
Binary 10101110 1000110 1101 0 111100 1011101 100000 10101 1010110 100101

Color Harmonies of #AE460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE460D

Black with #AE460D

Text Example


Text Example

White with #AE460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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