Html Css Color HEX #AE330C Rust

📋 copy color: '#AE330C'

red 174 ◦ green 51 ◦ blue 12

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

Shades of Rust #AE330C

Tints of Rust #AE330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 73.42%
G = 21.52%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE330C (or 0xAE330C) is known color: Rust. HEX triplet: AE, 33 and 0C. RGB value is (174,51,12). Sum of RGB (Red+Green+Blue) = 174+51+12=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE330C is #51CCF3. Grayscale: #535353. Windows color (decimal): -5360884 or 799662. OLE color: 799662.

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

Color convert

RGB 174 51 12 -
CMYK 0 0.71 0.93 0.32
HSL 14.44º 0.87% 0.36% -
HSV(B) 14.44º 0.93% 0.68% -
XYZ 18.71 11.39 1.56 -
YUV 83.33 87.75 192.67 -
System Red Green Blue C M Y K H S L
Decimal 174 51 12 0 0.71 0.93 0.32 14.44 0.87 0.36
Hex AE 33 C 0 47 5D 20 E 57 24
Octal 256 63 14 0 107 135 40 16 127 44
Binary 10101110 110011 1100 0 1000111 1011101 100000 1110 1010111 100100

Color Harmonies of #AE330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE330C

Black with #AE330C

Text Example


Text Example

White with #AE330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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