Html Css Color HEX #AE3D0D Rust

📋 copy color: '#AE3D0D'

red 174 ◦ green 61 ◦ blue 13

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

Shades of Rust #AE3D0D

Tints of Rust #AE3D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 70.16%
G = 24.6%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE3D0D (or 0xAE3D0D) is known color: Rust. HEX triplet: AE, 3D and 0D. RGB value is (174,61,13). Sum of RGB (Red+Green+Blue) = 174+61+13=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D0D is #51C2F2. Grayscale: #595959. Windows color (decimal): -5358323 or 867758. OLE color: 867758.

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

Color convert

RGB 174 61 13 -
CMYK 0 0.65 0.93 0.32
HSL 17.89º 0.86% 0.37% -
HSV(B) 17.89º 0.93% 0.68% -
XYZ 19.2 12.37 1.76 -
YUV 89.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 174 61 13 0 0.65 0.93 0.32 17.89 0.86 0.37
Hex AE 3D D 0 41 5D 20 12 56 25
Octal 256 75 15 0 101 135 40 22 126 45
Binary 10101110 111101 1101 0 1000001 1011101 100000 10010 1010110 100101

Color Harmonies of #AE3D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3D0D

Black with #AE3D0D

Text Example


Text Example

White with #AE3D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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