Html Css Color HEX #AE2C0A Rust

📋 copy color: '#AE2C0A'

red 174 ◦ green 44 ◦ blue 10

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

Shades of Rust #AE2C0A

Tints of Rust #AE2C0A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

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

R = 76.32%
G = 19.3%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE2C0A (or 0xAE2C0A) is known color: Rust. HEX triplet: AE, 2C and 0A. RGB value is (174,44,10). Sum of RGB (Red+Green+Blue) = 174+44+10=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2C0A is #51D3F5. Grayscale: #4F4F4F. Windows color (decimal): -5362678 or 666798. OLE color: 666798.

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

Color convert

RGB 174 44 10 -
CMYK 0 0.75 0.94 0.32
HSL 12.44º 0.89% 0.36% -
HSV(B) 12.44º 0.94% 0.68% -
XYZ 18.41 10.82 1.41 -
YUV 78.99 89.07 195.76 -
System Red Green Blue C M Y K H S L
Decimal 174 44 10 0 0.75 0.94 0.32 12.44 0.89 0.36
Hex AE 2C A 0 4B 5E 20 C 59 24
Octal 256 54 12 0 113 136 40 14 131 44
Binary 10101110 101100 1010 0 1001011 1011110 100000 1100 1011001 100100

Color Harmonies of #AE2C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C0A

Black with #AE2C0A

Text Example


Text Example

White with #AE2C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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