Html Css Color HEX #AE2605 Rust

📋 copy color: '#AE2605'

red 174 ◦ green 38 ◦ blue 5

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

Shades of Rust #AE2605

Tints of Rust #AE2605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 80.18%
G = 17.51%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE2605 (or 0xAE2605) is known color: Rust. HEX triplet: AE, 26 and 05. RGB value is (174,38,5). Sum of RGB (Red+Green+Blue) = 174+38+5=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2605 is #51D9FA. Grayscale: #4B4B4B. Windows color (decimal): -5364219 or 337582. OLE color: 337582.

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

Color convert

RGB 174 38 5 -
CMYK 0 0.78 0.97 0.32
HSL 11.72º 0.94% 0.35% -
HSV(B) 11.72º 0.97% 0.68% -
XYZ 18.18 10.4 1.19 -
YUV 74.9 88.56 198.68 -
System Red Green Blue C M Y K H S L
Decimal 174 38 5 0 0.78 0.97 0.32 11.72 0.94 0.35
Hex AE 26 5 0 4E 61 20 C 5E 23
Octal 256 46 5 0 116 141 40 14 136 43
Binary 10101110 100110 101 0 1001110 1100001 100000 1100 1011110 100011

Color Harmonies of #AE2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2605

Black with #AE2605

Text Example


Text Example

White with #AE2605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2605; }

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

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

background-color css

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

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

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

border-color css

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

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

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