Html Css Color HEX #AE2F05 Rust

📋 copy color: '#AE2F05'

red 174 ◦ green 47 ◦ blue 5

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

Shades of Rust #AE2F05

Tints of Rust #AE2F05

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.8%

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

R = 76.99%
G = 20.8%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE2F05 (or 0xAE2F05) is known color: Rust. HEX triplet: AE, 2F and 05. RGB value is (174,47,5). Sum of RGB (Red+Green+Blue) = 174+47+5=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2F05 is #51D0FA. Grayscale: #505050. Windows color (decimal): -5361915 or 339886. OLE color: 339886.

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

Color convert

RGB 174 47 5 -
CMYK 0 0.73 0.97 0.32
HSL 14.91º 0.94% 0.35% -
HSV(B) 14.91º 0.97% 0.68% -
XYZ 18.5 11.04 1.3 -
YUV 80.19 85.58 194.92 -
System Red Green Blue C M Y K H S L
Decimal 174 47 5 0 0.73 0.97 0.32 14.91 0.94 0.35
Hex AE 2F 5 0 49 61 20 F 5E 23
Octal 256 57 5 0 111 141 40 17 136 43
Binary 10101110 101111 101 0 1001001 1100001 100000 1111 1011110 100011

Color Harmonies of #AE2F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2F05

Black with #AE2F05

Text Example


Text Example

White with #AE2F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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