Html Css Color HEX #AE3C07 Rust

📋 copy color: '#AE3C07'

red 174 ◦ green 60 ◦ blue 7

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

Shades of Rust #AE3C07

Tints of Rust #AE3C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 72.2%
G = 24.9%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE3C07 (or 0xAE3C07) is known color: Rust. HEX triplet: AE, 3C and 07. RGB value is (174,60,7). Sum of RGB (Red+Green+Blue) = 174+60+7=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C07 is #51C3F8. Grayscale: #585858. Windows color (decimal): -5358585 or 474286. OLE color: 474286.

HSL color Cylindrical-coordinate representation of color #AE3C07: hue angle of 19.04º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE3C07 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 7 -
CMYK 0 0.66 0.96 0.32
HSL 19.04º 0.92% 0.35% -
HSV(B) 19.04º 0.96% 0.68% -
XYZ 19.11 12.25 1.56 -
YUV 88.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 174 60 7 0 0.66 0.96 0.32 19.04 0.92 0.35
Hex AE 3C 7 0 42 60 20 13 5C 23
Octal 256 74 7 0 102 140 40 23 134 43
Binary 10101110 111100 111 0 1000010 1100000 100000 10011 1011100 100011

Color Harmonies of #AE3C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C07

Black with #AE3C07

Text Example


Text Example

White with #AE3C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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