Html Css Color HEX #AE3C18 Rust

📋 copy color: '#AE3C18'

red 174 ◦ green 60 ◦ blue 24

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

Shades of Rust #AE3C18

Tints of Rust #AE3C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 67.44%
G = 23.26%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE3C18 (or 0xAE3C18) is known color: Rust. HEX triplet: AE, 3C and 18. RGB value is (174,60,24). Sum of RGB (Red+Green+Blue) = 174+60+24=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C18 is #51C3E7. Grayscale: #5A5A5A. Windows color (decimal): -5358568 or 1588398. OLE color: 1588398.

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

Color convert

RGB 174 60 24 -
CMYK 0 0.66 0.86 0.32
HSL 14.4º 0.76% 0.39% -
HSV(B) 14.4º 0.86% 0.68% -
XYZ 19.24 12.3 2.22 -
YUV 89.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 174 60 24 0 0.66 0.86 0.32 14.4 0.76 0.39
Hex AE 3C 18 0 42 56 20 E 4C 27
Octal 256 74 30 0 102 126 40 16 114 47
Binary 10101110 111100 11000 0 1000010 1010110 100000 1110 1001100 100111

Color Harmonies of #AE3C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C18

Black with #AE3C18

Text Example


Text Example

White with #AE3C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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