Html Css Color HEX #AE4318 Rust

📋 copy color: '#AE4318'

red 174 ◦ green 67 ◦ blue 24

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

Shades of Rust #AE4318

Tints of Rust #AE4318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 65.66%
G = 25.28%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE4318 (or 0xAE4318) is known color: Rust. HEX triplet: AE, 43 and 18. RGB value is (174,67,24). Sum of RGB (Red+Green+Blue) = 174+67+24=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4318 is #51BCE7. Grayscale: #5E5E5E. Windows color (decimal): -5356776 or 1590190. OLE color: 1590190.

HSL color Cylindrical-coordinate representation of color #AE4318: hue angle of 17.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 #AE4318 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 67 24 -
CMYK 0 0.61 0.86 0.32
HSL 17.2º 0.76% 0.39% -
HSV(B) 17.2º 0.86% 0.68% -
XYZ 19.63 13.08 2.35 -
YUV 94.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 174 67 24 0 0.61 0.86 0.32 17.2 0.76 0.39
Hex AE 43 18 0 3D 56 20 11 4C 27
Octal 256 103 30 0 75 126 40 21 114 47
Binary 10101110 1000011 11000 0 111101 1010110 100000 10001 1001100 100111

Color Harmonies of #AE4318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4318

Black with #AE4318

Text Example


Text Example

White with #AE4318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4318; }

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

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

background-color css

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

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

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

border-color css

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

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

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