Html Css Color HEX #AE3B1C Rust

📋 copy color: '#AE3B1C'

red 174 ◦ green 59 ◦ blue 28

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

Shades of Rust #AE3B1C

Tints of Rust #AE3B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

 BLUE value IS 28 (11.33% from 255) = 10.73%

R = 66.67%
G = 22.61%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE3B1C (or 0xAE3B1C) is known color: Rust. HEX triplet: AE, 3B and 1C. RGB value is (174,59,28). Sum of RGB (Red+Green+Blue) = 174+59+28=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3B1C is #51C4E3. Grayscale: #5A5A5A. Windows color (decimal): -5358820 or 1850286. OLE color: 1850286.

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

Color convert

RGB 174 59 28 -
CMYK 0 0.66 0.84 0.32
HSL 12.74º 0.72% 0.4% -
HSV(B) 12.74º 0.84% 0.68% -
XYZ 19.23 12.21 2.44 -
YUV 89.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 174 59 28 0 0.66 0.84 0.32 12.74 0.72 0.4
Hex AE 3B 1C 0 42 54 20 D 48 28
Octal 256 73 34 0 102 124 40 15 110 50
Binary 10101110 111011 11100 0 1000010 1010100 100000 1101 1001000 101000

Color Harmonies of #AE3B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3B1C

Black with #AE3B1C

Text Example


Text Example

White with #AE3B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3B1C; }

 p { color: rgb(174,59,28); }

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

background-color css

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

 a { background-color: rgb(174,59,28); }

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

border-color css

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

 span { border-color: rgb(174,59,28); }

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