#A7330C

Color #A7330C Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A7330C

Tints of Rust #A7330C

Color information

#A7330C (or 0xA7330C) is unknown color: approx Rust. HEX triplet: A7, 33 and 0C. RGB value is (167,51,12). Sum of RGB (Red+Green+Blue) = 167+51+12=230 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.61% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 167 - color contains mainly: red. Hex color #A7330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7330C is #58CCF3. Grayscale: #515151. Windows color (decimal): -5819636 or 799655. OLE color: 799655.

HSL color Cylindrical-coordinate representation of color #A7330C: hue angle of 15.1º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7330C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1675112-
CMYK00.690.930.35
HSL15.1º86.59%35.1%-
HSV(B)15.1º92.81%65.49%-
XYZ17.1910.611.49-
YUV81.2488.93189.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 72.61%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 12 (5.08% from 255) = 5.22%
R=72.61%
G=22.17%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167511200.690.930.3515.186.5935.1
HexA733C0455D23f5723
Octal24763140105135431712743
Binary10100111110011110001000101101110110001111111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7330C; }

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

 H1.HeaderClassName
 {
   color: #A7330C;
 }
 .AnyTagClassName
 {
   color: #A7330C;
 }
</style>
background-color css

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

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

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

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

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

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