Html Css Color HEX #AE3414 Rust

📋 copy color: '#AE3414'

red 174 ◦ green 52 ◦ blue 20

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

Shades of Rust #AE3414

Tints of Rust #AE3414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 70.73%
G = 21.14%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE3414 (or 0xAE3414) is known color: Rust. HEX triplet: AE, 34 and 14. RGB value is (174,52,20). Sum of RGB (Red+Green+Blue) = 174+52+20=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3414 is #51CBEB. Grayscale: #555555. Windows color (decimal): -5360620 or 1324206. OLE color: 1324206.

HSL color Cylindrical-coordinate representation of color #AE3414: hue angle of 12.47º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE3414 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 52 20 -
CMYK 0 0.70 0.89 0.32
HSL 12.47º 0.79% 0.38% -
HSV(B) 12.47º 0.89% 0.68% -
XYZ 18.81 11.51 1.89 -
YUV 84.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 174 52 20 0 0.70 0.89 0.32 12.47 0.79 0.38
Hex AE 34 14 0 46 59 20 C 4F 26
Octal 256 64 24 0 106 131 40 14 117 46
Binary 10101110 110100 10100 0 1000110 1011001 100000 1100 1001111 100110

Color Harmonies of #AE3414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3414

Black with #AE3414

Text Example


Text Example

White with #AE3414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3414; }

 p { color: rgb(174,52,20); }

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

background-color css

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

 a { background-color: rgb(174,52,20); }

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

border-color css

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

 span { border-color: rgb(174,52,20); }

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