#9F3813

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

Shades of Rust #9F3813

Tints of Rust #9F3813

Color information

#9F3813 (or 0x9F3813) is unknown color: approx Rust. HEX triplet: 9F, 38 and 13. RGB value is (159,56,19). Sum of RGB (Red+Green+Blue) = 159+56+19=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3813 is #60C7EC. Grayscale: #525252. Windows color (decimal): -6342637 or 1259679. OLE color: 1259679.

HSL color Cylindrical-coordinate representation of color #9F3813: hue angle of 15.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F3813 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB1595619-
CMYK00.650.880.38
HSL15.86º78.65%34.9%-
HSV(B)15.86º88.05%62.35%-
XYZ15.8310.251.76-
YUV82.5892.12182.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.95%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 19 (7.81% from 255) = 8.12%
R=67.95%
G=23.93%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159561900.650.880.3815.8678.6534.9
Hex9F38130415826104f23
Octal23770230101130462011743
Binary1001111111100010011010000011011000100110100001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F3813; }

 p { color: rgb(159,56,19); }

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

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

 a { background-color: rgb(159,56,19); }

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

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

 span { border-color: rgb(159,56,19); }

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