Html Css Color HEX #AE3A12 Rust

📋 copy color: '#AE3A12'

red 174 ◦ green 58 ◦ blue 18

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

Shades of Rust #AE3A12

Tints of Rust #AE3A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

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

R = 69.6%
G = 23.2%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE3A12 (or 0xAE3A12) is known color: Rust. HEX triplet: AE, 3A and 12. RGB value is (174,58,18). Sum of RGB (Red+Green+Blue) = 174+58+18=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A12 is #51C5ED. Grayscale: #585858. Windows color (decimal): -5359086 or 1194670. OLE color: 1194670.

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

Color convert

RGB 174 58 18 -
CMYK 0 0.67 0.90 0.32
HSL 15.38º 0.81% 0.38% -
HSV(B) 15.38º 0.9% 0.68% -
XYZ 19.08 12.07 1.9 -
YUV 88.12 88.43 189.25 -
System Red Green Blue C M Y K H S L
Decimal 174 58 18 0 0.67 0.90 0.32 15.38 0.81 0.38
Hex AE 3A 12 0 43 5A 20 F 51 26
Octal 256 72 22 0 103 132 40 17 121 46
Binary 10101110 111010 10010 0 1000011 1011010 100000 1111 1010001 100110

Color Harmonies of #AE3A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A12

Black with #AE3A12

Text Example


Text Example

White with #AE3A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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