Html Css Color HEX #AE4313 Rust

📋 copy color: '#AE4313'

red 174 ◦ green 67 ◦ blue 19

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

Shades of Rust #AE4313

Tints of Rust #AE4313

RGB

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

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

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

R = 66.92%
G = 25.77%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4313 (or 0xAE4313) is known color: Rust. HEX triplet: AE, 43 and 13. RGB value is (174,67,19). Sum of RGB (Red+Green+Blue) = 174+67+19=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4313 is #51BCEC. Grayscale: #5D5D5D. Windows color (decimal): -5356781 or 1262510. OLE color: 1262510.

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

Color convert

RGB 174 67 19 -
CMYK 0 0.61 0.89 0.32
HSL 18.58º 0.8% 0.38% -
HSV(B) 18.58º 0.89% 0.68% -
XYZ 19.58 13.06 2.1 -
YUV 93.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 174 67 19 0 0.61 0.89 0.32 18.58 0.8 0.38
Hex AE 43 13 0 3D 59 20 13 50 26
Octal 256 103 23 0 75 131 40 23 120 46
Binary 10101110 1000011 10011 0 111101 1011001 100000 10011 1010000 100110

Color Harmonies of #AE4313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4313

Black with #AE4313

Text Example


Text Example

White with #AE4313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4313; }

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

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

background-color css

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

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

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

border-color css

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

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

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