Html Css Color HEX #AE3C0F Rust

📋 copy color: '#AE3C0F'

red 174 ◦ green 60 ◦ blue 15

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

Shades of Rust #AE3C0F

Tints of Rust #AE3C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 69.88%
G = 24.1%
B = 6.02%

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

#AE3C0F (or 0xAE3C0F) is known color: Rust. HEX triplet: AE, 3C and 0F. RGB value is (174,60,15). Sum of RGB (Red+Green+Blue) = 174+60+15=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C0F is #51C3F0. Grayscale: #595959. Windows color (decimal): -5358577 or 998574. OLE color: 998574.

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

Color convert

RGB 174 60 15 -
CMYK 0 0.66 0.91 0.32
HSL 16.98º 0.84% 0.37% -
HSV(B) 16.98º 0.91% 0.68% -
XYZ 19.16 12.26 1.81 -
YUV 88.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 174 60 15 0 0.66 0.91 0.32 16.98 0.84 0.37
Hex AE 3C F 0 42 5B 20 11 54 25
Octal 256 74 17 0 102 133 40 21 124 45
Binary 10101110 111100 1111 0 1000010 1011011 100000 10001 1010100 100101

Color Harmonies of #AE3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C0F

Black with #AE3C0F

Text Example


Text Example

White with #AE3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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