Html Css Color HEX #AE3013 Rust

📋 copy color: '#AE3013'

red 174 ◦ green 48 ◦ blue 19

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

Shades of Rust #AE3013

Tints of Rust #AE3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

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

R = 72.2%
G = 19.92%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE3013 (or 0xAE3013) is known color: Rust. HEX triplet: AE, 30 and 13. RGB value is (174,48,19). Sum of RGB (Red+Green+Blue) = 174+48+19=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3013 is #51CFEC. Grayscale: #525252. Windows color (decimal): -5361645 or 1257646. OLE color: 1257646.

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

Color convert

RGB 174 48 19 -
CMYK 0 0.72 0.89 0.32
HSL 11.23º 0.8% 0.38% -
HSV(B) 11.23º 0.89% 0.68% -
XYZ 18.63 11.16 1.79 -
YUV 82.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 174 48 19 0 0.72 0.89 0.32 11.23 0.8 0.38
Hex AE 30 13 0 48 59 20 B 50 26
Octal 256 60 23 0 110 131 40 13 120 46
Binary 10101110 110000 10011 0 1001000 1011001 100000 1011 1010000 100110

Color Harmonies of #AE3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3013

Black with #AE3013

Text Example


Text Example

White with #AE3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3013; }

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

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

background-color css

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

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

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

border-color css

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

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

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