Html Css Color HEX #AE3D10 Rust

📋 copy color: '#AE3D10'

red 174 ◦ green 61 ◦ blue 16

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

Shades of Rust #AE3D10

Tints of Rust #AE3D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 69.32%
G = 24.3%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE3D10 (or 0xAE3D10) is known color: Rust. HEX triplet: AE, 3D and 10. RGB value is (174,61,16). Sum of RGB (Red+Green+Blue) = 174+61+16=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D10 is #51C2EF. Grayscale: #595959. Windows color (decimal): -5358320 or 1064366. OLE color: 1064366.

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

Color convert

RGB 174 61 16 -
CMYK 0 0.65 0.91 0.32
HSL 17.09º 0.83% 0.37% -
HSV(B) 17.09º 0.91% 0.68% -
XYZ 19.22 12.37 1.87 -
YUV 89.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 174 61 16 0 0.65 0.91 0.32 17.09 0.83 0.37
Hex AE 3D 10 0 41 5B 20 11 53 25
Octal 256 75 20 0 101 133 40 21 123 45
Binary 10101110 111101 10000 0 1000001 1011011 100000 10001 1010011 100101

Color Harmonies of #AE3D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3D10

Black with #AE3D10

Text Example


Text Example

White with #AE3D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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