#3F1218

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

Shades of Rustic Red #3F1218

Tints of Rustic Red #3F1218

Color information

#3F1218 (or 0x3F1218) is unknown color: approx Rustic Red. HEX triplet: 3F, 12 and 18. RGB value is (63,18,24). Sum of RGB (Red+Green+Blue) = 63+18+24=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1218 is #C0EDE7. Grayscale: #202020. Windows color (decimal): -12643816 or 1577535. OLE color: 1577535.

HSL color Cylindrical-coordinate representation of color #3F1218: hue angle of 352º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F1218 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB631824-
CMYK00.710.620.75
HSL352º55.56%15.88%-
HSV(B)352º71.43%24.71%-
XYZ2.431.561.04-
YUV32.14123.41150.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=60%
G=17.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63182400.710.620.7535255.5615.88
Hex3F12180473E4B1603810
Octal7722300107761135407020
Binary111111100101100001000111111110100101110110000011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,18,24); }

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

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

 a { background-color: rgb(63,18,24); }

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

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

 span { border-color: rgb(63,18,24); }

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