Html Css Color HEX #AE3D07 Rust

📋 copy color: '#AE3D07'

red 174 ◦ green 61 ◦ blue 7

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

Shades of Rust #AE3D07

Tints of Rust #AE3D07

RGB

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

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

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

R = 71.9%
G = 25.21%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE3D07 (or 0xAE3D07) is known color: Rust. HEX triplet: AE, 3D and 07. RGB value is (174,61,7). Sum of RGB (Red+Green+Blue) = 174+61+7=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D07 is #51C2F8. Grayscale: #585858. Windows color (decimal): -5358329 or 474542. OLE color: 474542.

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

Color convert

RGB 174 61 7 -
CMYK 0 0.65 0.96 0.32
HSL 19.4º 0.92% 0.35% -
HSV(B) 19.4º 0.96% 0.68% -
XYZ 19.16 12.35 1.58 -
YUV 88.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 174 61 7 0 0.65 0.96 0.32 19.4 0.92 0.35
Hex AE 3D 7 0 41 60 20 13 5C 23
Octal 256 75 7 0 101 140 40 23 134 43
Binary 10101110 111101 111 0 1000001 1100000 100000 10011 1011100 100011

Color Harmonies of #AE3D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3D07

Black with #AE3D07

Text Example


Text Example

White with #AE3D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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