Html Css Color HEX #AE340E Rust

📋 copy color: '#AE340E'

red 174 ◦ green 52 ◦ blue 14

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

Shades of Rust #AE340E

Tints of Rust #AE340E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 72.5%
G = 21.67%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE340E (or 0xAE340E) is known color: Rust. HEX triplet: AE, 34 and 0E. RGB value is (174,52,14). Sum of RGB (Red+Green+Blue) = 174+52+14=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE340E is #51CBF1. Grayscale: #545454. Windows color (decimal): -5360626 or 930990. OLE color: 930990.

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

Color convert

RGB 174 52 14 -
CMYK 0 0.70 0.92 0.32
HSL 14.25º 0.85% 0.37% -
HSV(B) 14.25º 0.92% 0.68% -
XYZ 18.76 11.49 1.64 -
YUV 84.15 88.42 192.09 -
System Red Green Blue C M Y K H S L
Decimal 174 52 14 0 0.70 0.92 0.32 14.25 0.85 0.37
Hex AE 34 E 0 46 5C 20 E 55 25
Octal 256 64 16 0 106 134 40 16 125 45
Binary 10101110 110100 1110 0 1000110 1011100 100000 1110 1010101 100101

Color Harmonies of #AE340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE340E

Black with #AE340E

Text Example


Text Example

White with #AE340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE340E; }

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

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

background-color css

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

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

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

border-color css

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

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

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