Html Css Color HEX #AE4813 Rust

📋 copy color: '#AE4813'

red 174 ◦ green 72 ◦ blue 19

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

Shades of Rust #AE4813

Tints of Rust #AE4813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 65.66%
G = 27.17%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4813 (or 0xAE4813) is known color: Rust. HEX triplet: AE, 48 and 13. RGB value is (174,72,19). Sum of RGB (Red+Green+Blue) = 174+72+19=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4813 is #51B7EC. Grayscale: #606060. Windows color (decimal): -5355501 or 1263790. OLE color: 1263790.

HSL color Cylindrical-coordinate representation of color #AE4813: hue angle of 20.52º degrees, saturation: 0.8, 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 #AE4813 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 72 19 -
CMYK 0 0.59 0.89 0.32
HSL 20.52º 0.8% 0.38% -
HSV(B) 20.52º 0.89% 0.68% -
XYZ 19.89 13.68 2.21 -
YUV 96.46 84.29 183.31 -
System Red Green Blue C M Y K H S L
Decimal 174 72 19 0 0.59 0.89 0.32 20.52 0.8 0.38
Hex AE 48 13 0 3B 59 20 15 50 26
Octal 256 110 23 0 73 131 40 25 120 46
Binary 10101110 1001000 10011 0 111011 1011001 100000 10101 1010000 100110

Color Harmonies of #AE4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4813

Black with #AE4813

Text Example


Text Example

White with #AE4813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4813; }

 p { color: rgb(174,72,19); }

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

background-color css

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

 a { background-color: rgb(174,72,19); }

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

border-color css

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

 span { border-color: rgb(174,72,19); }

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