Html Css Color HEX #AE3418 Rust

📋 copy color: '#AE3418'

red 174 ◦ green 52 ◦ blue 24

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

Shades of Rust #AE3418

Tints of Rust #AE3418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 69.6%
G = 20.8%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE3418 (or 0xAE3418) is known color: Rust. HEX triplet: AE, 34 and 18. RGB value is (174,52,24). Sum of RGB (Red+Green+Blue) = 174+52+24=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3418 is #51CBE7. Grayscale: #555555. Windows color (decimal): -5360616 or 1586350. OLE color: 1586350.

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

Color convert

RGB 174 52 24 -
CMYK 0 0.70 0.86 0.32
HSL 11.2º 0.76% 0.39% -
HSV(B) 11.2º 0.86% 0.68% -
XYZ 18.85 11.52 2.09 -
YUV 85.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 174 52 24 0 0.70 0.86 0.32 11.2 0.76 0.39
Hex AE 34 18 0 46 56 20 B 4C 27
Octal 256 64 30 0 106 126 40 13 114 47
Binary 10101110 110100 11000 0 1000110 1010110 100000 1011 1001100 100111

Color Harmonies of #AE3418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3418

Black with #AE3418

Text Example


Text Example

White with #AE3418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3418; }

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

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

background-color css

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

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

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

border-color css

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

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

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