Html Css Color HEX #AE420E Rust

📋 copy color: '#AE420E'

red 174 ◦ green 66 ◦ blue 14

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

Shades of Rust #AE420E

Tints of Rust #AE420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

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

R = 68.5%
G = 25.98%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE420E (or 0xAE420E) is known color: Rust. HEX triplet: AE, 42 and 0E. RGB value is (174,66,14). Sum of RGB (Red+Green+Blue) = 174+66+14=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE420E is #51BDF1. Grayscale: #5C5C5C. Windows color (decimal): -5357042 or 934574. OLE color: 934574.

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

Color convert

RGB 174 66 14 -
CMYK 0 0.62 0.92 0.32
HSL 19.5º 0.85% 0.37% -
HSV(B) 19.5º 0.92% 0.68% -
XYZ 19.48 12.93 1.88 -
YUV 92.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 174 66 14 0 0.62 0.92 0.32 19.5 0.85 0.37
Hex AE 42 E 0 3E 5C 20 14 55 25
Octal 256 102 16 0 76 134 40 24 125 45
Binary 10101110 1000010 1110 0 111110 1011100 100000 10100 1010101 100101

Color Harmonies of #AE420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE420E

Black with #AE420E

Text Example


Text Example

White with #AE420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE420E; }

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

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

background-color css

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

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

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

border-color css

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

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

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