Html Css Color HEX #AE3C06 Rust

📋 copy color: '#AE3C06'

red 174 ◦ green 60 ◦ blue 6

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

Shades of Rust #AE3C06

Tints of Rust #AE3C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 72.5%
G = 25%
B = 2.5%

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

#AE3C06 (or 0xAE3C06) is known color: Rust. HEX triplet: AE, 3C and 06. RGB value is (174,60,6). Sum of RGB (Red+Green+Blue) = 174+60+6=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C06 is #51C3F9. Grayscale: #585858. Windows color (decimal): -5358586 or 408750. OLE color: 408750.

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

Color convert

RGB 174 60 6 -
CMYK 0 0.66 0.97 0.32
HSL 19.29º 0.93% 0.35% -
HSV(B) 19.29º 0.97% 0.68% -
XYZ 19.1 12.24 1.53 -
YUV 87.93 81.77 189.39 -
System Red Green Blue C M Y K H S L
Decimal 174 60 6 0 0.66 0.97 0.32 19.29 0.93 0.35
Hex AE 3C 6 0 42 61 20 13 5D 23
Octal 256 74 6 0 102 141 40 23 135 43
Binary 10101110 111100 110 0 1000010 1100001 100000 10011 1011101 100011

Color Harmonies of #AE3C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C06

Black with #AE3C06

Text Example


Text Example

White with #AE3C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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