Html Css Color HEX #AE3310 Rust

📋 copy color: '#AE3310'

red 174 ◦ green 51 ◦ blue 16

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

Shades of Rust #AE3310

Tints of Rust #AE3310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 72.2%
G = 21.16%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE3310 (or 0xAE3310) is known color: Rust. HEX triplet: AE, 33 and 10. RGB value is (174,51,16). Sum of RGB (Red+Green+Blue) = 174+51+16=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3310 is #51CCEF. Grayscale: #545454. Windows color (decimal): -5360880 or 1061806. OLE color: 1061806.

HSL color Cylindrical-coordinate representation of color #AE3310: hue angle of 13.29º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE3310 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 51 16 -
CMYK 0 0.71 0.91 0.32
HSL 13.29º 0.83% 0.37% -
HSV(B) 13.29º 0.91% 0.68% -
XYZ 18.73 11.4 1.7 -
YUV 83.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 174 51 16 0 0.71 0.91 0.32 13.29 0.83 0.37
Hex AE 33 10 0 47 5B 20 D 53 25
Octal 256 63 20 0 107 133 40 15 123 45
Binary 10101110 110011 10000 0 1000111 1011011 100000 1101 1010011 100101

Color Harmonies of #AE3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3310

Black with #AE3310

Text Example


Text Example

White with #AE3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3310; }

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

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

background-color css

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

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

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

border-color css

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

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

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