#3F1116

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

Shades of Rustic Red #3F1116

Tints of Rustic Red #3F1116

Color information

#3F1116 (or 0x3F1116) is unknown color: approx Rustic Red. HEX triplet: 3F, 11 and 16. RGB value is (63,17,22). Sum of RGB (Red+Green+Blue) = 63+17+22=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1116 is #C0EEE9. Grayscale: #1F1F1F. Windows color (decimal): -12644074 or 1446207. OLE color: 1446207.

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

Color convert

RGB631722-
CMYK00.730.650.75
HSL353.48º57.5%15.69%-
HSV(B)353.48º73.02%24.71%-
XYZ2.41.520.93-
YUV31.32122.74150.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.76%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=61.76%
G=16.67%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63172200.730.650.75353.4857.515.69
Hex3F1116049414B1613a10
Octal77212601111011135417220
Binary1111111000110110010010011000001100101110110000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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