Html Css Color HEX #AE4213 Rust

📋 copy color: '#AE4213'

red 174 ◦ green 66 ◦ blue 19

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

Shades of Rust #AE4213

Tints of Rust #AE4213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 67.18%
G = 25.48%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4213 (or 0xAE4213) is known color: Rust. HEX triplet: AE, 42 and 13. RGB value is (174,66,19). Sum of RGB (Red+Green+Blue) = 174+66+19=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4213 is #51BDEC. Grayscale: #5D5D5D. Windows color (decimal): -5357037 or 1262254. OLE color: 1262254.

HSL color Cylindrical-coordinate representation of color #AE4213: hue angle of 18.19º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE4213 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 66 19 -
CMYK 0 0.62 0.89 0.32
HSL 18.19º 0.8% 0.38% -
HSV(B) 18.19º 0.89% 0.68% -
XYZ 19.52 12.94 2.09 -
YUV 92.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 174 66 19 0 0.62 0.89 0.32 18.19 0.8 0.38
Hex AE 42 13 0 3E 59 20 12 50 26
Octal 256 102 23 0 76 131 40 22 120 46
Binary 10101110 1000010 10011 0 111110 1011001 100000 10010 1010000 100110

Color Harmonies of #AE4213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4213

Black with #AE4213

Text Example


Text Example

White with #AE4213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4213; }

 p { color: rgb(174,66,19); }

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

background-color css

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

 a { background-color: rgb(174,66,19); }

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

border-color css

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

 span { border-color: rgb(174,66,19); }

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