Html Css Color HEX #AE3314 Rust

📋 copy color: '#AE3314'

red 174 ◦ green 51 ◦ blue 20

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

Shades of Rust #AE3314

Tints of Rust #AE3314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 71.02%
G = 20.82%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE3314 (or 0xAE3314) is known color: Rust. HEX triplet: AE, 33 and 14. RGB value is (174,51,20). Sum of RGB (Red+Green+Blue) = 174+51+20=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3314 is #51CCEB. Grayscale: #545454. Windows color (decimal): -5360876 or 1323950. OLE color: 1323950.

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

Color convert

RGB 174 51 20 -
CMYK 0 0.71 0.89 0.32
HSL 12.08º 0.79% 0.38% -
HSV(B) 12.08º 0.89% 0.68% -
XYZ 18.77 11.42 1.88 -
YUV 84.24 91.75 192.02 -
System Red Green Blue C M Y K H S L
Decimal 174 51 20 0 0.71 0.89 0.32 12.08 0.79 0.38
Hex AE 33 14 0 47 59 20 C 4F 26
Octal 256 63 24 0 107 131 40 14 117 46
Binary 10101110 110011 10100 0 1000111 1011001 100000 1100 1001111 100110

Color Harmonies of #AE3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3314

Black with #AE3314

Text Example


Text Example

White with #AE3314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3314; }

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

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

background-color css

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

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

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

border-color css

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

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

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