Html Css Color HEX #AE3D1F Rust

📋 copy color: '#AE3D1F'

red 174 ◦ green 61 ◦ blue 31

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

Shades of Rust #AE3D1F

Tints of Rust #AE3D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 65.41%
G = 22.93%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE3D1F (or 0xAE3D1F) is known color: Rust. HEX triplet: AE, 3D and 1F. RGB value is (174,61,31). Sum of RGB (Red+Green+Blue) = 174+61+31=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3D1F is #51C2E0. Grayscale: #5B5B5B. Windows color (decimal): -5358305 or 2047406. OLE color: 2047406.

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

Color convert

RGB 174 61 31 -
CMYK 0 0.65 0.82 0.32
HSL 12.59º 0.7% 0.4% -
HSV(B) 12.59º 0.82% 0.68% -
XYZ 19.37 12.44 2.68 -
YUV 91.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 174 61 31 0 0.65 0.82 0.32 12.59 0.7 0.4
Hex AE 3D 1F 0 41 52 20 D 46 28
Octal 256 75 37 0 101 122 40 15 106 50
Binary 10101110 111101 11111 0 1000001 1010010 100000 1101 1000110 101000

Color Harmonies of #AE3D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3D1F

Black with #AE3D1F

Text Example


Text Example

White with #AE3D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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