Html Css Color HEX #AE2201 Rust

📋 copy color: '#AE2201'

red 174 ◦ green 34 ◦ blue 1

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

Shades of Rust #AE2201

Tints of Rust #AE2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

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

R = 83.25%
G = 16.27%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE2201 (or 0xAE2201) is known color: Rust. HEX triplet: AE, 22 and 01. RGB value is (174,34,1). Sum of RGB (Red+Green+Blue) = 174+34+1=209 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.25% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2201 is #51DDFE. Grayscale: #484848. Windows color (decimal): -5365247 or 74414. OLE color: 74414.

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

Color convert

RGB 174 34 1 -
CMYK 0 0.80 0.99 0.32
HSL 11.45º 0.99% 0.34% -
HSV(B) 11.45º 0.99% 0.68% -
XYZ 18.03 10.14 1.04 -
YUV 72.1 87.88 200.68 -
System Red Green Blue C M Y K H S L
Decimal 174 34 1 0 0.80 0.99 0.32 11.45 0.99 0.34
Hex AE 22 1 0 50 63 20 B 63 22
Octal 256 42 1 0 120 143 40 13 143 42
Binary 10101110 100010 1 0 1010000 1100011 100000 1011 1100011 100010

Color Harmonies of #AE2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2201

Black with #AE2201

Text Example


Text Example

White with #AE2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2201; }

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

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

background-color css

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

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

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

border-color css

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

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

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