#3F0F18

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

Shades of Rustic Red #3F0F18

Tints of Rustic Red #3F0F18

Color information

#3F0F18 (or 0x3F0F18) is unknown color: approx Rustic Red. HEX triplet: 3F, 0F and 18. RGB value is (63,15,24). Sum of RGB (Red+Green+Blue) = 63+15+24=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0F18 is #C0F0E7. Grayscale: #1E1E1E. Windows color (decimal): -12644584 or 1576767. OLE color: 1576767.

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

Color convert

RGB631524-
CMYK00.760.620.75
HSL348.75º61.54%15.29%-
HSV(B)348.75º76.19%24.71%-
XYZ2.391.461.02-
YUV30.38124.4151.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.76%
GREEN value IS 15 (6.25% from 255) = 14.71%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=61.76%
G=14.71%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63152400.760.620.75348.7561.5415.29
Hex3FF1804C3E4B15d3ef
Octal7717300114761135357617
Binary1111111111110000100110011111010010111010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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