Html Css Color HEX #AE471D Rust

📋 copy color: '#AE471D'

red 174 ◦ green 71 ◦ blue 29

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

Shades of Rust #AE471D

Tints of Rust #AE471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.91%

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

R = 63.5%
G = 25.91%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE471D (or 0xAE471D) is known color: Rust. HEX triplet: AE, 47 and 1D. RGB value is (174,71,29). Sum of RGB (Red+Green+Blue) = 174+71+29=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE471D is #51B8E2. Grayscale: #616161. Windows color (decimal): -5355747 or 1918894. OLE color: 1918894.

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

Color convert

RGB 174 71 29 -
CMYK 0 0.59 0.83 0.32
HSL 17.38º 0.71% 0.4% -
HSV(B) 17.38º 0.83% 0.68% -
XYZ 19.93 13.59 2.74 -
YUV 97.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 174 71 29 0 0.59 0.83 0.32 17.38 0.71 0.4
Hex AE 47 1D 0 3B 53 20 11 47 28
Octal 256 107 35 0 73 123 40 21 107 50
Binary 10101110 1000111 11101 0 111011 1010011 100000 10001 1000111 101000

Color Harmonies of #AE471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE471D

Black with #AE471D

Text Example


Text Example

White with #AE471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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