Html Css Color HEX #AE3301 Rust

📋 copy color: '#AE3301'

red 174 ◦ green 51 ◦ blue 1

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

Shades of Rust #AE3301

Tints of Rust #AE3301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 76.99%
G = 22.57%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE3301 (or 0xAE3301) is known color: Rust. HEX triplet: AE, 33 and 01. RGB value is (174,51,1). Sum of RGB (Red+Green+Blue) = 174+51+1=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3301 is #51CCFE. Grayscale: #525252. Windows color (decimal): -5360895 or 78766. OLE color: 78766.

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

Color convert

RGB 174 51 1 -
CMYK 0 0.71 0.99 0.32
HSL 17.34º 0.99% 0.34% -
HSV(B) 17.34º 0.99% 0.68% -
XYZ 18.64 11.37 1.24 -
YUV 82.08 82.25 193.57 -
System Red Green Blue C M Y K H S L
Decimal 174 51 1 0 0.71 0.99 0.32 17.34 0.99 0.34
Hex AE 33 1 0 47 63 20 11 63 22
Octal 256 63 1 0 107 143 40 21 143 42
Binary 10101110 110011 1 0 1000111 1100011 100000 10001 1100011 100010

Color Harmonies of #AE3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3301

Black with #AE3301

Text Example


Text Example

White with #AE3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3301; }

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

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

background-color css

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

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

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

border-color css

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

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

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