#3F1113

Color #3F1113 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #3F1113

Tints of Rustic Red #3F1113

Color information

#3F1113 (or 0x3F1113) is unknown color: approx Rustic Red. HEX triplet: 3F, 11 and 13. RGB value is (63,17,19). Sum of RGB (Red+Green+Blue) = 63+17+19=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1113 is #C0EEEC. Grayscale: #1F1F1F. Windows color (decimal): -12644077 or 1249599. OLE color: 1249599.

HSL color Cylindrical-coordinate representation of color #3F1113: hue angle of 357.39º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1113 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB631719-
CMYK00.730.700.75
HSL357.39º57.5%15.69%-
HSV(B)357.39º73.02%24.71%-
XYZ2.371.50.78-
YUV30.98121.24150.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 63.64%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=63.64%
G=17.17%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63171900.730.700.75357.3957.515.69
Hex3F1113049464B1653a10
Octal77212301111061135457220
Binary1111111000110011010010011000110100101110110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1113; }

 p { color: rgb(63,17,19); }

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

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

 a { background-color: rgb(63,17,19); }

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

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

 span { border-color: rgb(63,17,19); }

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