#3F0217

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

Shades of Rustic Red #3F0217

Tints of Rustic Red #3F0217

Color information

#3F0217 (or 0x3F0217) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 17. RGB value is (63,2,23). Sum of RGB (Red+Green+Blue) = 63+2+23=88 (11% of max value = 765). Red value is 63 (25% from 255 or 71.59% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0217 is #C0FDE8. Grayscale: #161616. Windows color (decimal): -12647913 or 1507903. OLE color: 1507903.

HSL color Cylindrical-coordinate representation of color #3F0217: hue angle of 339.34º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0217 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB63223-
CMYK00.970.630.75
HSL339.34º93.85%12.75%-
HSV(B)339.34º96.83%24.71%-
XYZ2.231.160.92-
YUV22.63128.21156.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 71.59%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=71.59%
G=2.27%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6322300.970.630.75339.3493.8512.75
Hex3F2170613F4B1535ed
Octal7722701417711352313615
Binary111111101011101100001111111100101110101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,23); }

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

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

 a { background-color: rgb(63,2,23); }

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

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

 span { border-color: rgb(63,2,23); }

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