Html Css Color HEX #AE3D13 Rust

📋 copy color: '#AE3D13'

red 174 ◦ green 61 ◦ blue 19

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

Shades of Rust #AE3D13

Tints of Rust #AE3D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

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

R = 68.5%
G = 24.02%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE3D13 (or 0xAE3D13) is known color: Rust. HEX triplet: AE, 3D and 13. RGB value is (174,61,19). Sum of RGB (Red+Green+Blue) = 174+61+19=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D13 is #51C2EC. Grayscale: #5A5A5A. Windows color (decimal): -5358317 or 1260974. OLE color: 1260974.

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

Color convert

RGB 174 61 19 -
CMYK 0 0.65 0.89 0.32
HSL 16.26º 0.8% 0.38% -
HSV(B) 16.26º 0.89% 0.68% -
XYZ 19.24 12.38 1.99 -
YUV 90 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 174 61 19 0 0.65 0.89 0.32 16.26 0.8 0.38
Hex AE 3D 13 0 41 59 20 10 50 26
Octal 256 75 23 0 101 131 40 20 120 46
Binary 10101110 111101 10011 0 1000001 1011001 100000 10000 1010000 100110

Color Harmonies of #AE3D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3D13

Black with #AE3D13

Text Example


Text Example

White with #AE3D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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