Html Css Color HEX #AE3A1F Rust

📋 copy color: '#AE3A1F'

red 174 ◦ green 58 ◦ blue 31

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

Shades of Rust #AE3A1F

Tints of Rust #AE3A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.05%

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

R = 66.16%
G = 22.05%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE3A1F (or 0xAE3A1F) is known color: Rust. HEX triplet: AE, 3A and 1F. RGB value is (174,58,31). Sum of RGB (Red+Green+Blue) = 174+58+31=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A1F is #51C5E0. Grayscale: #595959. Windows color (decimal): -5359073 or 2046638. OLE color: 2046638.

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

Color convert

RGB 174 58 31 -
CMYK 0 0.67 0.82 0.32
HSL 11.33º 0.7% 0.4% -
HSV(B) 11.33º 0.82% 0.68% -
XYZ 19.22 12.12 2.62 -
YUV 89.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 174 58 31 0 0.67 0.82 0.32 11.33 0.7 0.4
Hex AE 3A 1F 0 43 52 20 B 46 28
Octal 256 72 37 0 103 122 40 13 106 50
Binary 10101110 111010 11111 0 1000011 1010010 100000 1011 1000110 101000

Color Harmonies of #AE3A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A1F

Black with #AE3A1F

Text Example


Text Example

White with #AE3A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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