Html Css Color HEX #AE3316 Rust

📋 copy color: '#AE3316'

red 174 ◦ green 51 ◦ blue 22

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

Shades of Rust #AE3316

Tints of Rust #AE3316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

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

R = 70.45%
G = 20.65%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE3316 (or 0xAE3316) is known color: Rust. HEX triplet: AE, 33 and 16. RGB value is (174,51,22). Sum of RGB (Red+Green+Blue) = 174+51+22=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3316 is #51CCE9. Grayscale: #545454. Windows color (decimal): -5360874 or 1455022. OLE color: 1455022.

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

Color convert

RGB 174 51 22 -
CMYK 0 0.71 0.87 0.32
HSL 11.45º 0.78% 0.38% -
HSV(B) 11.45º 0.87% 0.68% -
XYZ 18.78 11.42 1.97 -
YUV 84.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 174 51 22 0 0.71 0.87 0.32 11.45 0.78 0.38
Hex AE 33 16 0 47 57 20 B 4E 26
Octal 256 63 26 0 107 127 40 13 116 46
Binary 10101110 110011 10110 0 1000111 1010111 100000 1011 1001110 100110

Color Harmonies of #AE3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3316

Black with #AE3316

Text Example


Text Example

White with #AE3316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3316; }

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

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

background-color css

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

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

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

border-color css

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

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

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