Html Css Color HEX #AE3C10 Rust

📋 copy color: '#AE3C10'

red 174 ◦ green 60 ◦ blue 16

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

Shades of Rust #AE3C10

Tints of Rust #AE3C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

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

R = 69.6%
G = 24%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE3C10 (or 0xAE3C10) is known color: Rust. HEX triplet: AE, 3C and 10. RGB value is (174,60,16). Sum of RGB (Red+Green+Blue) = 174+60+16=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C10 is #51C3EF. Grayscale: #595959. Windows color (decimal): -5358576 or 1064110. OLE color: 1064110.

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

Color convert

RGB 174 60 16 -
CMYK 0 0.66 0.91 0.32
HSL 16.71º 0.83% 0.37% -
HSV(B) 16.71º 0.91% 0.68% -
XYZ 19.16 12.27 1.85 -
YUV 89.07 86.77 188.58 -
System Red Green Blue C M Y K H S L
Decimal 174 60 16 0 0.66 0.91 0.32 16.71 0.83 0.37
Hex AE 3C 10 0 42 5B 20 11 53 25
Octal 256 74 20 0 102 133 40 21 123 45
Binary 10101110 111100 10000 0 1000010 1011011 100000 10001 1010011 100101

Color Harmonies of #AE3C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C10

Black with #AE3C10

Text Example


Text Example

White with #AE3C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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