Html Css Color HEX #AE2F06 Rust

📋 copy color: '#AE2F06'

red 174 ◦ green 47 ◦ blue 6

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

Shades of Rust #AE2F06

Tints of Rust #AE2F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.64%

R = 76.65%
G = 20.7%
B = 2.64%

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

#AE2F06 (or 0xAE2F06) is known color: Rust. HEX triplet: AE, 2F and 06. RGB value is (174,47,6). Sum of RGB (Red+Green+Blue) = 174+47+6=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2F06 is #51D0F9. Grayscale: #505050. Windows color (decimal): -5361914 or 405422. OLE color: 405422.

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

Color convert

RGB 174 47 6 -
CMYK 0 0.73 0.97 0.32
HSL 14.64º 0.93% 0.35% -
HSV(B) 14.64º 0.97% 0.68% -
XYZ 18.5 11.04 1.33 -
YUV 80.3 86.08 194.83 -
System Red Green Blue C M Y K H S L
Decimal 174 47 6 0 0.73 0.97 0.32 14.64 0.93 0.35
Hex AE 2F 6 0 49 61 20 F 5D 23
Octal 256 57 6 0 111 141 40 17 135 43
Binary 10101110 101111 110 0 1001001 1100001 100000 1111 1011101 100011

Color Harmonies of #AE2F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2F06

Black with #AE2F06

Text Example


Text Example

White with #AE2F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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