Html Css Color HEX #AE2500 Rust

📋 copy color: '#AE2500'

red 174 ◦ green 37 ◦ blue 0

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

Shades of Rust #AE2500

Tints of Rust #AE2500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

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

R = 82.46%
G = 17.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE2500 (or 0xAE2500) is known color: Rust. HEX triplet: AE, 25 and 00. RGB value is (174,37,0). Sum of RGB (Red+Green+Blue) = 174+37+0=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2500 is #51DAFF. Grayscale: #4A4A4A. Windows color (decimal): -5364480 or 9646. OLE color: 9646.

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

Color convert

RGB 174 37 0 -
CMYK 0 0.79 1 0.32
HSL 12.76º 1% 0.34% -
HSV(B) 12.76º 1% 0.68% -
XYZ 18.12 10.32 1.04 -
YUV 73.75 86.39 199.51 -
System Red Green Blue C M Y K H S L
Decimal 174 37 0 0 0.79 1 0.32 12.76 1 0.34
Hex AE 25 0 0 4F 64 20 D 64 22
Octal 256 45 0 0 117 144 40 15 144 42
Binary 10101110 100101 0 0 1001111 1100100 100000 1101 1100100 100010

Color Harmonies of #AE2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2500

Black with #AE2500

Text Example


Text Example

White with #AE2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2500; }

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

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

background-color css

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

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

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

border-color css

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

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

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