#3F0108

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

Shades of Rustic Red #3F0108

Tints of Rustic Red #3F0108

Color information

#3F0108 (or 0x3F0108) is unknown color: approx Rustic Red. HEX triplet: 3F, 01 and 08. RGB value is (63,1,8). Sum of RGB (Red+Green+Blue) = 63+1+8=72 (9% of max value = 765). Red value is 63 (25% from 255 or 87.5% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0108 is #C0FEF7. Grayscale: #141414. Windows color (decimal): -12648184 or 524607. OLE color: 524607.

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

Color convert

RGB6318-
CMYK00.980.870.75
HSL353.23º96.88%12.55%-
HSV(B)353.23º98.41%24.71%-
XYZ2.11.10.33-
YUV20.34121.04158.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 87.5%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 8 (3.52% from 255) = 11.11%
R=87.5%
G=1.39%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal631800.980.870.75353.2396.8812.55
Hex3F18062574B16161d
Octal77110014212711354114115
Binary11111111000011000101010111100101110110000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,1,8); }

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

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

 a { background-color: rgb(63,1,8); }

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

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

 span { border-color: rgb(63,1,8); }

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