Html Css Color HEX #AE361D Rust

📋 copy color: '#AE361D'

red 174 ◦ green 54 ◦ blue 29

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

Shades of Rust #AE361D

Tints of Rust #AE361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

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

R = 67.7%
G = 21.01%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE361D (or 0xAE361D) is known color: Rust. HEX triplet: AE, 36 and 1D. RGB value is (174,54,29). Sum of RGB (Red+Green+Blue) = 174+54+29=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE361D is #51C9E2. Grayscale: #575757. Windows color (decimal): -5360099 or 1914542. OLE color: 1914542.

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

Color convert

RGB 174 54 29 -
CMYK 0 0.69 0.83 0.32
HSL 10.34º 0.71% 0.4% -
HSV(B) 10.34º 0.83% 0.68% -
XYZ 19 11.73 2.42 -
YUV 87.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 174 54 29 0 0.69 0.83 0.32 10.34 0.71 0.4
Hex AE 36 1D 0 45 53 20 A 47 28
Octal 256 66 35 0 105 123 40 12 107 50
Binary 10101110 110110 11101 0 1000101 1010011 100000 1010 1000111 101000

Color Harmonies of #AE361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE361D

Black with #AE361D

Text Example


Text Example

White with #AE361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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