Html Css Color HEX #AE371D Rust

📋 copy color: '#AE371D'

red 174 ◦ green 55 ◦ blue 29

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

Shades of Rust #AE371D

Tints of Rust #AE371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 67.44%
G = 21.32%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE371D (or 0xAE371D) is known color: Rust. HEX triplet: AE, 37 and 1D. RGB value is (174,55,29). Sum of RGB (Red+Green+Blue) = 174+55+29=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE371D is #51C8E2. Grayscale: #575757. Windows color (decimal): -5359843 or 1914798. OLE color: 1914798.

HSL color Cylindrical-coordinate representation of color #AE371D: hue angle of 10.76º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE371D is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 55 29 -
CMYK 0 0.68 0.83 0.32
HSL 10.76º 0.71% 0.4% -
HSV(B) 10.76º 0.83% 0.68% -
XYZ 19.04 11.82 2.44 -
YUV 87.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 174 55 29 0 0.68 0.83 0.32 10.76 0.71 0.4
Hex AE 37 1D 0 44 53 20 B 47 28
Octal 256 67 35 0 104 123 40 13 107 50
Binary 10101110 110111 11101 0 1000100 1010011 100000 1011 1000111 101000

Color Harmonies of #AE371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE371D

Black with #AE371D

Text Example


Text Example

White with #AE371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE371D; }

 p { color: rgb(174,55,29); }

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

background-color css

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

 a { background-color: rgb(174,55,29); }

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

border-color css

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

 span { border-color: rgb(174,55,29); }

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