Html Css Color HEX #AE2D05 Rust

📋 copy color: '#AE2D05'

red 174 ◦ green 45 ◦ blue 5

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

Shades of Rust #AE2D05

Tints of Rust #AE2D05

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.09%

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

R = 77.68%
G = 20.09%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE2D05 (or 0xAE2D05) is known color: Rust. HEX triplet: AE, 2D and 05. RGB value is (174,45,5). Sum of RGB (Red+Green+Blue) = 174+45+5=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D05 is #51D2FA. Grayscale: #4F4F4F. Windows color (decimal): -5362427 or 339374. OLE color: 339374.

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

Color convert

RGB 174 45 5 -
CMYK 0 0.74 0.97 0.32
HSL 14.2º 0.94% 0.35% -
HSV(B) 14.2º 0.97% 0.68% -
XYZ 18.42 10.89 1.27 -
YUV 79.01 86.24 195.75 -
System Red Green Blue C M Y K H S L
Decimal 174 45 5 0 0.74 0.97 0.32 14.2 0.94 0.35
Hex AE 2D 5 0 4A 61 20 E 5E 23
Octal 256 55 5 0 112 141 40 16 136 43
Binary 10101110 101101 101 0 1001010 1100001 100000 1110 1011110 100011

Color Harmonies of #AE2D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2D05

Black with #AE2D05

Text Example


Text Example

White with #AE2D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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