Html Css Color HEX #AE3416 Rust

📋 copy color: '#AE3416'

red 174 ◦ green 52 ◦ blue 22

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

Shades of Rust #AE3416

Tints of Rust #AE3416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 70.16%
G = 20.97%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE3416 (or 0xAE3416) is known color: Rust. HEX triplet: AE, 34 and 16. RGB value is (174,52,22). Sum of RGB (Red+Green+Blue) = 174+52+22=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3416 is #51CBE9. Grayscale: #555555. Windows color (decimal): -5360618 or 1455278. OLE color: 1455278.

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

Color convert

RGB 174 52 22 -
CMYK 0 0.70 0.87 0.32
HSL 11.84º 0.78% 0.38% -
HSV(B) 11.84º 0.87% 0.68% -
XYZ 18.83 11.51 1.99 -
YUV 85.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 174 52 22 0 0.70 0.87 0.32 11.84 0.78 0.38
Hex AE 34 16 0 46 57 20 C 4E 26
Octal 256 64 26 0 106 127 40 14 116 46
Binary 10101110 110100 10110 0 1000110 1010111 100000 1100 1001110 100110

Color Harmonies of #AE3416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3416

Black with #AE3416

Text Example


Text Example

White with #AE3416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3416; }

 p { color: rgb(174,52,22); }

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

background-color css

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

 a { background-color: rgb(174,52,22); }

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

border-color css

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

 span { border-color: rgb(174,52,22); }

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