Html Css Color HEX #AE3D1A Rust

📋 copy color: '#AE3D1A'

red 174 ◦ green 61 ◦ blue 26

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

Shades of Rust #AE3D1A

Tints of Rust #AE3D1A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.37%

 BLUE value IS 26 (10.55% from 255) = 9.96%

R = 66.67%
G = 23.37%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE3D1A (or 0xAE3D1A) is known color: Rust. HEX triplet: AE, 3D and 1A. RGB value is (174,61,26). Sum of RGB (Red+Green+Blue) = 174+61+26=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3D1A is #51C2E5. Grayscale: #5B5B5B. Windows color (decimal): -5358310 or 1719726. OLE color: 1719726.

HSL color Cylindrical-coordinate representation of color #AE3D1A: hue angle of 14.19º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE3D1A is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 61 26 -
CMYK 0 0.65 0.85 0.32
HSL 14.19º 0.74% 0.39% -
HSV(B) 14.19º 0.85% 0.68% -
XYZ 19.31 12.41 2.36 -
YUV 90.8 91.44 187.35 -
System Red Green Blue C M Y K H S L
Decimal 174 61 26 0 0.65 0.85 0.32 14.19 0.74 0.39
Hex AE 3D 1A 0 41 55 20 E 4A 27
Octal 256 75 32 0 101 125 40 16 112 47
Binary 10101110 111101 11010 0 1000001 1010101 100000 1110 1001010 100111

Color Harmonies of #AE3D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3D1A

Black with #AE3D1A

Text Example


Text Example

White with #AE3D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3D1A; }

 p { color: rgb(174,61,26); }

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

background-color css

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

 a { background-color: rgb(174,61,26); }

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

border-color css

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

 span { border-color: rgb(174,61,26); }

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