Html Css Color HEX #AE2800 Rust

📋 copy color: '#AE2800'

red 174 ◦ green 40 ◦ blue 0

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

Shades of Rust #AE2800

Tints of Rust #AE2800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.69%

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

R = 81.31%
G = 18.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE2800 (or 0xAE2800) is known color: Rust. HEX triplet: AE, 28 and 00. RGB value is (174,40,0). Sum of RGB (Red+Green+Blue) = 174+40+0=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2800 is #51D7FF. Grayscale: #4B4B4B. Windows color (decimal): -5363712 or 10414. OLE color: 10414.

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

Color convert

RGB 174 40 0 -
CMYK 0 0.77 1 0.32
HSL 13.79º 1% 0.34% -
HSV(B) 13.79º 1% 0.68% -
XYZ 18.21 10.52 1.07 -
YUV 75.51 85.39 198.25 -
System Red Green Blue C M Y K H S L
Decimal 174 40 0 0 0.77 1 0.32 13.79 1 0.34
Hex AE 28 0 0 4D 64 20 E 64 22
Octal 256 50 0 0 115 144 40 16 144 42
Binary 10101110 101000 0 0 1001101 1100100 100000 1110 1100100 100010

Color Harmonies of #AE2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2800

Black with #AE2800

Text Example


Text Example

White with #AE2800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2800; }

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

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

background-color css

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

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

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

border-color css

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

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

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