#A7380C

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

Shades of Rust #A7380C

Tints of Rust #A7380C

Color information

#A7380C (or 0xA7380C) is unknown color: approx Rust. HEX triplet: A7, 38 and 0C. RGB value is (167,56,12). Sum of RGB (Red+Green+Blue) = 167+56+12=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A7380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7380C is #58C7F3. Grayscale: #545454. Windows color (decimal): -5818356 or 800935. OLE color: 800935.

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

Color convert

RGB1675612-
CMYK00.660.930.35
HSL17.03º86.59%35.1%-
HSV(B)17.03º92.81%65.49%-
XYZ17.4211.071.57-
YUV84.1787.27187.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.06%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 12 (5.08% from 255) = 5.11%
R=71.06%
G=23.83%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167561200.660.930.3517.0386.5935.1
HexA738C0425D23115723
Octal24770140102135432112743
Binary101001111110001100010000101011101100011100011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7380C; }

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

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

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

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

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

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

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

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