Html Css Color HEX #AE2600 Rust

📋 copy color: '#AE2600'

red 174 ◦ green 38 ◦ blue 0

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

Shades of Rust #AE2600

Tints of Rust #AE2600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

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

R = 82.08%
G = 17.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE2600 (or 0xAE2600) is known color: Rust. HEX triplet: AE, 26 and 00. RGB value is (174,38,0). Sum of RGB (Red+Green+Blue) = 174+38+0=212 (28% of max value = 765). Red value is 174 (68.36% from 255 or 82.08% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2600 is #51D9FF. Grayscale: #4A4A4A. Windows color (decimal): -5364224 or 9902. OLE color: 9902.

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

Color convert

RGB 174 38 0 -
CMYK 0 0.78 1 0.32
HSL 13.1º 1% 0.34% -
HSV(B) 13.1º 1% 0.68% -
XYZ 18.15 10.38 1.05 -
YUV 74.33 86.06 199.09 -
System Red Green Blue C M Y K H S L
Decimal 174 38 0 0 0.78 1 0.32 13.1 1 0.34
Hex AE 26 0 0 4E 64 20 D 64 22
Octal 256 46 0 0 116 144 40 15 144 42
Binary 10101110 100110 0 0 1001110 1100100 100000 1101 1100100 100010

Color Harmonies of #AE2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2600

Black with #AE2600

Text Example


Text Example

White with #AE2600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2600; }

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

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

background-color css

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

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

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

border-color css

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

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

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