Html Css Color HEX #AE3C13 Rust

📋 copy color: '#AE3C13'

red 174 ◦ green 60 ◦ blue 19

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

Shades of Rust #AE3C13

Tints of Rust #AE3C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 68.77%
G = 23.72%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE3C13 (or 0xAE3C13) is known color: Rust. HEX triplet: AE, 3C and 13. RGB value is (174,60,19). Sum of RGB (Red+Green+Blue) = 174+60+19=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C13 is #51C3EC. Grayscale: #595959. Windows color (decimal): -5358573 or 1260718. OLE color: 1260718.

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

Color convert

RGB 174 60 19 -
CMYK 0 0.66 0.89 0.32
HSL 15.87º 0.8% 0.38% -
HSV(B) 15.87º 0.89% 0.68% -
XYZ 19.19 12.28 1.97 -
YUV 89.41 88.27 188.33 -
System Red Green Blue C M Y K H S L
Decimal 174 60 19 0 0.66 0.89 0.32 15.87 0.8 0.38
Hex AE 3C 13 0 42 59 20 10 50 26
Octal 256 74 23 0 102 131 40 20 120 46
Binary 10101110 111100 10011 0 1000010 1011001 100000 10000 1010000 100110

Color Harmonies of #AE3C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C13

Black with #AE3C13

Text Example


Text Example

White with #AE3C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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