Html Css Color HEX #AE3F15 Rust

📋 copy color: '#AE3F15'

red 174 ◦ green 63 ◦ blue 21

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

Shades of Rust #AE3F15

Tints of Rust #AE3F15

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 67.44%
G = 24.42%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE3F15 (or 0xAE3F15) is known color: Rust. HEX triplet: AE, 3F and 15. RGB value is (174,63,21). Sum of RGB (Red+Green+Blue) = 174+63+21=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3F15 is #51C0EA. Grayscale: #5B5B5B. Windows color (decimal): -5357803 or 1392558. OLE color: 1392558.

HSL color Cylindrical-coordinate representation of color #AE3F15: hue angle of 16.47º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE3F15 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 63 21 -
CMYK 0 0.64 0.88 0.32
HSL 16.47º 0.78% 0.38% -
HSV(B) 16.47º 0.88% 0.68% -
XYZ 19.37 12.61 2.12 -
YUV 91.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 174 63 21 0 0.64 0.88 0.32 16.47 0.78 0.38
Hex AE 3F 15 0 40 58 20 10 4E 26
Octal 256 77 25 0 100 130 40 20 116 46
Binary 10101110 111111 10101 0 1000000 1011000 100000 10000 1001110 100110

Color Harmonies of #AE3F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3F15

Black with #AE3F15

Text Example


Text Example

White with #AE3F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3F15; }

 p { color: rgb(174,63,21); }

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

background-color css

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

 a { background-color: rgb(174,63,21); }

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

border-color css

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

 span { border-color: rgb(174,63,21); }

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