Html Css Color HEX #AE3C0A Rust

📋 copy color: '#AE3C0A'

red 174 ◦ green 60 ◦ blue 10

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

Shades of Rust #AE3C0A

Tints of Rust #AE3C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.59%

 BLUE value IS 10 (4.3% from 255) = 4.1%

R = 71.31%
G = 24.59%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE3C0A (or 0xAE3C0A) is known color: Rust. HEX triplet: AE, 3C and 0A. RGB value is (174,60,10). Sum of RGB (Red+Green+Blue) = 174+60+10=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C0A is #51C3F5. Grayscale: #585858. Windows color (decimal): -5358582 or 670894. OLE color: 670894.

HSL color Cylindrical-coordinate representation of color #AE3C0A: hue angle of 18.29º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE3C0A is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 10 -
CMYK 0 0.66 0.94 0.32
HSL 18.29º 0.89% 0.36% -
HSV(B) 18.29º 0.94% 0.68% -
XYZ 19.13 12.25 1.64 -
YUV 88.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 174 60 10 0 0.66 0.94 0.32 18.29 0.89 0.36
Hex AE 3C A 0 42 5E 20 12 59 24
Octal 256 74 12 0 102 136 40 22 131 44
Binary 10101110 111100 1010 0 1000010 1011110 100000 10010 1011001 100100

Color Harmonies of #AE3C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C0A

Black with #AE3C0A

Text Example


Text Example

White with #AE3C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C0A; }

 p { color: rgb(174,60,10); }

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

background-color css

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

 a { background-color: rgb(174,60,10); }

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

border-color css

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

 span { border-color: rgb(174,60,10); }

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