Html Css Color HEX #AE2200 Rust

📋 copy color: '#AE2200'

red 174 ◦ green 34 ◦ blue 0

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

Shades of Rust #AE2200

Tints of Rust #AE2200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.65%
G = 16.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE2200 (or 0xAE2200) is known color: Rust. HEX triplet: AE, 22 and 00. RGB value is (174,34,0). Sum of RGB (Red+Green+Blue) = 174+34+0=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2200 is #51DDFF. Grayscale: #484848. Windows color (decimal): -5365248 or 8878. OLE color: 8878.

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

Color convert

RGB 174 34 0 -
CMYK 0 0.80 1 0.32
HSL 11.72º 1% 0.34% -
HSV(B) 11.72º 1% 0.68% -
XYZ 18.03 10.14 1.01 -
YUV 71.98 87.38 200.76 -
System Red Green Blue C M Y K H S L
Decimal 174 34 0 0 0.80 1 0.32 11.72 1 0.34
Hex AE 22 0 0 50 64 20 C 64 22
Octal 256 42 0 0 120 144 40 14 144 42
Binary 10101110 100010 0 0 1010000 1100100 100000 1100 1100100 100010

Color Harmonies of #AE2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2200

Black with #AE2200

Text Example


Text Example

White with #AE2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2200; }

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

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

background-color css

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

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

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

border-color css

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

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

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