Html Css Color HEX #AE3713 Rust

📋 copy color: '#AE3713'

red 174 ◦ green 55 ◦ blue 19

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

Shades of Rust #AE3713

Tints of Rust #AE3713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 70.16%
G = 22.18%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE3713 (or 0xAE3713) is known color: Rust. HEX triplet: AE, 37 and 13. RGB value is (174,55,19). Sum of RGB (Red+Green+Blue) = 174+55+19=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3713 is #51C8EC. Grayscale: #565656. Windows color (decimal): -5359853 or 1259438. OLE color: 1259438.

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

Color convert

RGB 174 55 19 -
CMYK 0 0.68 0.89 0.32
HSL 13.94º 0.8% 0.38% -
HSV(B) 13.94º 0.89% 0.68% -
XYZ 18.94 11.78 1.89 -
YUV 86.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 174 55 19 0 0.68 0.89 0.32 13.94 0.8 0.38
Hex AE 37 13 0 44 59 20 E 50 26
Octal 256 67 23 0 104 131 40 16 120 46
Binary 10101110 110111 10011 0 1000100 1011001 100000 1110 1010000 100110

Color Harmonies of #AE3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3713

Black with #AE3713

Text Example


Text Example

White with #AE3713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3713; }

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

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

background-color css

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

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

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

border-color css

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

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

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