Html Css Color HEX #AE2B0C Rust

📋 copy color: '#AE2B0C'

red 174 ◦ green 43 ◦ blue 12

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

Shades of Rust #AE2B0C

Tints of Rust #AE2B0C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.78%

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 75.98%
G = 18.78%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE2B0C (or 0xAE2B0C) is known color: Rust. HEX triplet: AE, 2B and 0C. RGB value is (174,43,12). Sum of RGB (Red+Green+Blue) = 174+43+12=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2B0C is #51D4F3. Grayscale: #4E4E4E. Windows color (decimal): -5362932 or 797614. OLE color: 797614.

HSL color Cylindrical-coordinate representation of color #AE2B0C: hue angle of 11.48º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE2B0C is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 43 12 -
CMYK 0 0.75 0.93 0.32
HSL 11.48º 0.87% 0.36% -
HSV(B) 11.48º 0.93% 0.68% -
XYZ 18.39 10.75 1.45 -
YUV 78.64 90.4 196.02 -
System Red Green Blue C M Y K H S L
Decimal 174 43 12 0 0.75 0.93 0.32 11.48 0.87 0.36
Hex AE 2B C 0 4B 5D 20 B 57 24
Octal 256 53 14 0 113 135 40 13 127 44
Binary 10101110 101011 1100 0 1001011 1011101 100000 1011 1010111 100100

Color Harmonies of #AE2B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2B0C

Black with #AE2B0C

Text Example


Text Example

White with #AE2B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2B0C; }

 p { color: rgb(174,43,12); }

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

background-color css

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

 a { background-color: rgb(174,43,12); }

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

border-color css

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

 span { border-color: rgb(174,43,12); }

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