#3F1118

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

Shades of Rustic Red #3F1118

Tints of Rustic Red #3F1118

Color information

#3F1118 (or 0x3F1118) is unknown color: approx Rustic Red. HEX triplet: 3F, 11 and 18. RGB value is (63,17,24). Sum of RGB (Red+Green+Blue) = 63+17+24=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1118 is #C0EEE7. Grayscale: #1F1F1F. Windows color (decimal): -12644072 or 1577279. OLE color: 1577279.

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

Color convert

RGB631724-
CMYK00.730.620.75
HSL350.87º57.5%15.69%-
HSV(B)350.87º73.02%24.71%-
XYZ2.421.521.03-
YUV31.55123.74150.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 60.58%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=60.58%
G=16.35%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63172400.730.620.75350.8757.515.69
Hex3F11180493E4B15f3a10
Octal7721300111761135377220
Binary111111100011100001001001111110100101110101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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