Html Css Color HEX #AE3516 Rust

📋 copy color: '#AE3516'

red 174 ◦ green 53 ◦ blue 22

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

Shades of Rust #AE3516

Tints of Rust #AE3516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 69.88%
G = 21.29%
B = 8.84%

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

#AE3516 (or 0xAE3516) is known color: Rust. HEX triplet: AE, 35 and 16. RGB value is (174,53,22). Sum of RGB (Red+Green+Blue) = 174+53+22=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3516 is #51CAE9. Grayscale: #555555. Windows color (decimal): -5360362 or 1455534. OLE color: 1455534.

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

Color convert

RGB 174 53 22 -
CMYK 0 0.70 0.87 0.32
HSL 12.24º 0.78% 0.38% -
HSV(B) 12.24º 0.87% 0.68% -
XYZ 18.87 11.6 2 -
YUV 85.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 174 53 22 0 0.70 0.87 0.32 12.24 0.78 0.38
Hex AE 35 16 0 46 57 20 C 4E 26
Octal 256 65 26 0 106 127 40 14 116 46
Binary 10101110 110101 10110 0 1000110 1010111 100000 1100 1001110 100110

Color Harmonies of #AE3516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3516

Black with #AE3516

Text Example


Text Example

White with #AE3516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3516; }

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

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

background-color css

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

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

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

border-color css

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

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

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