Html Css Color HEX #AE3E14 Rust

📋 copy color: '#AE3E14'

red 174 ◦ green 62 ◦ blue 20

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

Shades of Rust #AE3E14

Tints of Rust #AE3E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

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

R = 67.97%
G = 24.22%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE3E14 (or 0xAE3E14) is known color: Rust. HEX triplet: AE, 3E and 14. RGB value is (174,62,20). Sum of RGB (Red+Green+Blue) = 174+62+20=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3E14 is #51C1EB. Grayscale: #5A5A5A. Windows color (decimal): -5358060 or 1326766. OLE color: 1326766.

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

Color convert

RGB 174 62 20 -
CMYK 0 0.64 0.89 0.32
HSL 16.36º 0.79% 0.38% -
HSV(B) 16.36º 0.89% 0.68% -
XYZ 19.3 12.49 2.06 -
YUV 90.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 174 62 20 0 0.64 0.89 0.32 16.36 0.79 0.38
Hex AE 3E 14 0 40 59 20 10 4F 26
Octal 256 76 24 0 100 131 40 20 117 46
Binary 10101110 111110 10100 0 1000000 1011001 100000 10000 1001111 100110

Color Harmonies of #AE3E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E14

Black with #AE3E14

Text Example


Text Example

White with #AE3E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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