Html Css Color HEX #AE3315 Rust

📋 copy color: '#AE3315'

red 174 ◦ green 51 ◦ blue 21

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

Shades of Rust #AE3315

Tints of Rust #AE3315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

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

R = 70.73%
G = 20.73%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE3315 (or 0xAE3315) is known color: Rust. HEX triplet: AE, 33 and 15. RGB value is (174,51,21). Sum of RGB (Red+Green+Blue) = 174+51+21=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3315 is #51CCEA. Grayscale: #545454. Windows color (decimal): -5360875 or 1389486. OLE color: 1389486.

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

Color convert

RGB 174 51 21 -
CMYK 0 0.71 0.88 0.32
HSL 11.76º 0.78% 0.38% -
HSV(B) 11.76º 0.88% 0.68% -
XYZ 18.77 11.42 1.92 -
YUV 84.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 174 51 21 0 0.71 0.88 0.32 11.76 0.78 0.38
Hex AE 33 15 0 47 58 20 C 4E 26
Octal 256 63 25 0 107 130 40 14 116 46
Binary 10101110 110011 10101 0 1000111 1011000 100000 1100 1001110 100110

Color Harmonies of #AE3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3315

Black with #AE3315

Text Example


Text Example

White with #AE3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3315; }

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

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

background-color css

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

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

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

border-color css

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

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

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