Html Css Color HEX #AE3E13 Rust

📋 copy color: '#AE3E13'

red 174 ◦ green 62 ◦ blue 19

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

Shades of Rust #AE3E13

Tints of Rust #AE3E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.31%

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

R = 68.24%
G = 24.31%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE3E13 (or 0xAE3E13) is known color: Rust. HEX triplet: AE, 3E and 13. RGB value is (174,62,19). Sum of RGB (Red+Green+Blue) = 174+62+19=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3E13 is #51C1EC. Grayscale: #5A5A5A. Windows color (decimal): -5358061 or 1261230. OLE color: 1261230.

HSL color Cylindrical-coordinate representation of color #AE3E13: hue angle of 16.65º 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 #AE3E13 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 62 19 -
CMYK 0 0.64 0.89 0.32
HSL 16.65º 0.8% 0.38% -
HSV(B) 16.65º 0.89% 0.68% -
XYZ 19.3 12.49 2.01 -
YUV 90.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 174 62 19 0 0.64 0.89 0.32 16.65 0.8 0.38
Hex AE 3E 13 0 40 59 20 11 50 26
Octal 256 76 23 0 100 131 40 21 120 46
Binary 10101110 111110 10011 0 1000000 1011001 100000 10001 1010000 100110

Color Harmonies of #AE3E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E13

Black with #AE3E13

Text Example


Text Example

White with #AE3E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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