Html Css Color HEX #AE350E Rust

📋 copy color: '#AE350E'

red 174 ◦ green 53 ◦ blue 14

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

Shades of Rust #AE350E

Tints of Rust #AE350E

RGB

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

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

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

R = 72.2%
G = 21.99%
B = 5.81%

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

#AE350E (or 0xAE350E) is known color: Rust. HEX triplet: AE, 35 and 0E. RGB value is (174,53,14). Sum of RGB (Red+Green+Blue) = 174+53+14=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE350E is #51CAF1. Grayscale: #555555. Windows color (decimal): -5360370 or 931246. OLE color: 931246.

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

Color convert

RGB 174 53 14 -
CMYK 0 0.70 0.92 0.32
HSL 14.63º 0.85% 0.37% -
HSV(B) 14.63º 0.92% 0.68% -
XYZ 18.81 11.58 1.66 -
YUV 84.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 174 53 14 0 0.70 0.92 0.32 14.63 0.85 0.37
Hex AE 35 E 0 46 5C 20 F 55 25
Octal 256 65 16 0 106 134 40 17 125 45
Binary 10101110 110101 1110 0 1000110 1011100 100000 1111 1010101 100101

Color Harmonies of #AE350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE350E

Black with #AE350E

Text Example


Text Example

White with #AE350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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