Html Css Color HEX #AE3C05 Rust

📋 copy color: '#AE3C05'

red 174 ◦ green 60 ◦ blue 5

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

Shades of Rust #AE3C05

Tints of Rust #AE3C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 72.8%
G = 25.1%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE3C05 (or 0xAE3C05) is known color: Rust. HEX triplet: AE, 3C and 05. RGB value is (174,60,5). Sum of RGB (Red+Green+Blue) = 174+60+5=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C05 is #51C3FA. Grayscale: #585858. Windows color (decimal): -5358587 or 343214. OLE color: 343214.

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

Color convert

RGB 174 60 5 -
CMYK 0 0.66 0.97 0.32
HSL 19.53º 0.94% 0.35% -
HSV(B) 19.53º 0.97% 0.68% -
XYZ 19.1 12.24 1.5 -
YUV 87.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 174 60 5 0 0.66 0.97 0.32 19.53 0.94 0.35
Hex AE 3C 5 0 42 61 20 14 5E 23
Octal 256 74 5 0 102 141 40 24 136 43
Binary 10101110 111100 101 0 1000010 1100001 100000 10100 1011110 100011

Color Harmonies of #AE3C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C05

Black with #AE3C05

Text Example


Text Example

White with #AE3C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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