Html Css Color HEX #AE4212 Rust

📋 copy color: '#AE4212'

red 174 ◦ green 66 ◦ blue 18

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

Shades of Rust #AE4212

Tints of Rust #AE4212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 67.44%
G = 25.58%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4212 (or 0xAE4212) is known color: Rust. HEX triplet: AE, 42 and 12. RGB value is (174,66,18). Sum of RGB (Red+Green+Blue) = 174+66+18=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4212 is #51BDED. Grayscale: #5D5D5D. Windows color (decimal): -5357038 or 1196718. OLE color: 1196718.

HSL color Cylindrical-coordinate representation of color #AE4212: hue angle of 18.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE4212 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 66 18 -
CMYK 0 0.62 0.90 0.32
HSL 18.46º 0.81% 0.38% -
HSV(B) 18.46º 0.9% 0.68% -
XYZ 19.51 12.94 2.04 -
YUV 92.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 174 66 18 0 0.62 0.90 0.32 18.46 0.81 0.38
Hex AE 42 12 0 3E 5A 20 12 51 26
Octal 256 102 22 0 76 132 40 22 121 46
Binary 10101110 1000010 10010 0 111110 1011010 100000 10010 1010001 100110

Color Harmonies of #AE4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4212

Black with #AE4212

Text Example


Text Example

White with #AE4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4212; }

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

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

background-color css

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

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

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

border-color css

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

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

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