#3F1314

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

Shades of Rustic Red #3F1314

Tints of Rustic Red #3F1314

Color information

#3F1314 (or 0x3F1314) is unknown color: approx Rustic Red. HEX triplet: 3F, 13 and 14. RGB value is (63,19,20). Sum of RGB (Red+Green+Blue) = 63+19+20=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1314 is #C0ECEB. Grayscale: #202020. Windows color (decimal): -12643564 or 1315647. OLE color: 1315647.

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

Color convert

RGB631920-
CMYK00.700.680.75
HSL358.64º53.66%16.08%-
HSV(B)358.64º69.84%24.71%-
XYZ2.411.570.84-
YUV32.27121.08149.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.76%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=61.76%
G=18.63%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63192000.700.680.75358.6453.6616.08
Hex3F1314046444B1673610
Octal77232401061041135476620
Binary1111111001110100010001101000100100101110110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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