#3F0C17

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

Shades of Rustic Red #3F0C17

Tints of Rustic Red #3F0C17

Color information

#3F0C17 (or 0x3F0C17) is unknown color: approx Rustic Red. HEX triplet: 3F, 0C and 17. RGB value is (63,12,23). Sum of RGB (Red+Green+Blue) = 63+12+23=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0C17 is #C0F3E8. Grayscale: #1C1C1C. Windows color (decimal): -12645353 or 1510463. OLE color: 1510463.

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

Color convert

RGB631223-
CMYK00.810.630.75
HSL347.06º68%14.71%-
HSV(B)347.06º80.95%24.71%-
XYZ2.341.380.95-
YUV28.5124.9152.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.29%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=64.29%
G=12.24%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63122300.810.630.75347.066814.71
Hex3FC170513F4B15b44f
Octal77142701217711353310417
Binary11111111001011101010001111111100101110101101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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