#3F1115

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

Shades of Rustic Red #3F1115

Tints of Rustic Red #3F1115

Color information

#3F1115 (or 0x3F1115) is unknown color: approx Rustic Red. HEX triplet: 3F, 11 and 15. RGB value is (63,17,21). Sum of RGB (Red+Green+Blue) = 63+17+21=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1115 is #C0EEEA. Grayscale: #1F1F1F. Windows color (decimal): -12644075 or 1380671. OLE color: 1380671.

HSL color Cylindrical-coordinate representation of color #3F1115: hue angle of 354.78º 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 #3F1115 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB631721-
CMYK00.730.670.75
HSL354.78º57.5%15.69%-
HSV(B)354.78º73.02%24.71%-
XYZ2.391.510.88-
YUV31.21122.24150.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 62.38%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=62.38%
G=16.83%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63172100.730.670.75354.7857.515.69
Hex3F1115049434B1633a10
Octal77212501111031135437220
Binary1111111000110101010010011000011100101110110001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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