Html Css Color HEX #AE2F13 Rust

📋 copy color: '#AE2F13'

red 174 ◦ green 47 ◦ blue 19

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

Shades of Rust #AE2F13

Tints of Rust #AE2F13

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.58%

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

R = 72.5%
G = 19.58%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE2F13 (or 0xAE2F13) is known color: Rust. HEX triplet: AE, 2F and 13. RGB value is (174,47,19). Sum of RGB (Red+Green+Blue) = 174+47+19=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2F13 is #51D0EC. Grayscale: #525252. Windows color (decimal): -5361901 or 1257390. OLE color: 1257390.

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

Color convert

RGB 174 47 19 -
CMYK 0 0.73 0.89 0.32
HSL 10.84º 0.8% 0.38% -
HSV(B) 10.84º 0.89% 0.68% -
XYZ 18.59 11.08 1.77 -
YUV 81.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 174 47 19 0 0.73 0.89 0.32 10.84 0.8 0.38
Hex AE 2F 13 0 49 59 20 B 50 26
Octal 256 57 23 0 111 131 40 13 120 46
Binary 10101110 101111 10011 0 1001001 1011001 100000 1011 1010000 100110

Color Harmonies of #AE2F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2F13

Black with #AE2F13

Text Example


Text Example

White with #AE2F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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