Html Css Color HEX #AE440E Rust

📋 copy color: '#AE440E'

red 174 ◦ green 68 ◦ blue 14

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

Shades of Rust #AE440E

Tints of Rust #AE440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

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

R = 67.97%
G = 26.56%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE440E (or 0xAE440E) is known color: Rust. HEX triplet: AE, 44 and 0E. RGB value is (174,68,14). Sum of RGB (Red+Green+Blue) = 174+68+14=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE440E is #51BBF1. Grayscale: #5D5D5D. Windows color (decimal): -5356530 or 935086. OLE color: 935086.

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

Color convert

RGB 174 68 14 -
CMYK 0 0.61 0.92 0.32
HSL 20.25º 0.85% 0.37% -
HSV(B) 20.25º 0.92% 0.68% -
XYZ 19.6 13.16 1.92 -
YUV 93.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 174 68 14 0 0.61 0.92 0.32 20.25 0.85 0.37
Hex AE 44 E 0 3D 5C 20 14 55 25
Octal 256 104 16 0 75 134 40 24 125 45
Binary 10101110 1000100 1110 0 111101 1011100 100000 10100 1010101 100101

Color Harmonies of #AE440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE440E

Black with #AE440E

Text Example


Text Example

White with #AE440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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