Html Css Color HEX #AE440C Rust

📋 copy color: '#AE440C'

red 174 ◦ green 68 ◦ blue 12

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

Shades of Rust #AE440C

Tints of Rust #AE440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 68.5%
G = 26.77%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE440C (or 0xAE440C) is known color: Rust. HEX triplet: AE, 44 and 0C. RGB value is (174,68,12). Sum of RGB (Red+Green+Blue) = 174+68+12=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE440C is #51BBF3. Grayscale: #5D5D5D. Windows color (decimal): -5356532 or 804014. OLE color: 804014.

HSL color Cylindrical-coordinate representation of color #AE440C: hue angle of 20.74º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE440C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 68 12 -
CMYK 0 0.61 0.93 0.32
HSL 20.74º 0.87% 0.36% -
HSV(B) 20.74º 0.93% 0.68% -
XYZ 19.59 13.16 1.86 -
YUV 93.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 174 68 12 0 0.61 0.93 0.32 20.74 0.87 0.36
Hex AE 44 C 0 3D 5D 20 15 57 24
Octal 256 104 14 0 75 135 40 25 127 44
Binary 10101110 1000100 1100 0 111101 1011101 100000 10101 1010111 100100

Color Harmonies of #AE440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE440C

Black with #AE440C

Text Example


Text Example

White with #AE440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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