Html Css Color HEX #AE3514 Rust

📋 copy color: '#AE3514'

red 174 ◦ green 53 ◦ blue 20

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

Shades of Rust #AE3514

Tints of Rust #AE3514

RGB

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

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

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

R = 70.45%
G = 21.46%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE3514 (or 0xAE3514) is known color: Rust. HEX triplet: AE, 35 and 14. RGB value is (174,53,20). Sum of RGB (Red+Green+Blue) = 174+53+20=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3514 is #51CAEB. Grayscale: #555555. Windows color (decimal): -5360364 or 1324462. OLE color: 1324462.

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

Color convert

RGB 174 53 20 -
CMYK 0 0.70 0.89 0.32
HSL 12.86º 0.79% 0.38% -
HSV(B) 12.86º 0.89% 0.68% -
XYZ 18.85 11.6 1.91 -
YUV 85.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 174 53 20 0 0.70 0.89 0.32 12.86 0.79 0.38
Hex AE 35 14 0 46 59 20 D 4F 26
Octal 256 65 24 0 106 131 40 15 117 46
Binary 10101110 110101 10100 0 1000110 1011001 100000 1101 1001111 100110

Color Harmonies of #AE3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3514

Black with #AE3514

Text Example


Text Example

White with #AE3514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3514; }

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

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

background-color css

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

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

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

border-color css

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

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

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