Html Css Color HEX #AE3C11 Rust

📋 copy color: '#AE3C11'

red 174 ◦ green 60 ◦ blue 17

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

Shades of Rust #AE3C11

Tints of Rust #AE3C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 69.32%
G = 23.9%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE3C11 (or 0xAE3C11) is known color: Rust. HEX triplet: AE, 3C and 11. RGB value is (174,60,17). Sum of RGB (Red+Green+Blue) = 174+60+17=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C11 is #51C3EE. Grayscale: #595959. Windows color (decimal): -5358575 or 1129646. OLE color: 1129646.

HSL color Cylindrical-coordinate representation of color #AE3C11: hue angle of 16.43º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE3C11 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 17 -
CMYK 0 0.66 0.90 0.32
HSL 16.43º 0.82% 0.37% -
HSV(B) 16.43º 0.9% 0.68% -
XYZ 19.17 12.27 1.89 -
YUV 89.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 174 60 17 0 0.66 0.90 0.32 16.43 0.82 0.37
Hex AE 3C 11 0 42 5A 20 10 52 25
Octal 256 74 21 0 102 132 40 20 122 45
Binary 10101110 111100 10001 0 1000010 1011010 100000 10000 1010010 100101

Color Harmonies of #AE3C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C11

Black with #AE3C11

Text Example


Text Example

White with #AE3C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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