#3F0B14

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

Shades of Rustic Red #3F0B14

Tints of Rustic Red #3F0B14

Color information

#3F0B14 (or 0x3F0B14) is unknown color: approx Rustic Red. HEX triplet: 3F, 0B and 14. RGB value is (63,11,20). Sum of RGB (Red+Green+Blue) = 63+11+20=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B14 is #C0F4EB. Grayscale: #1B1B1B. Windows color (decimal): -12645612 or 1313599. OLE color: 1313599.

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

Color convert

RGB631120-
CMYK00.830.680.75
HSL349.62º70.27%14.51%-
HSV(B)349.62º82.54%24.71%-
XYZ2.31.350.8-
YUV27.57123.73153.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 67.02%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=67.02%
G=11.70%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63112000.830.680.75349.6270.2714.51
Hex3FB14053444B15e46f
Octal771324012310411353610617
Binary111111101110100010100111000100100101110101111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,11,20); }

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

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

 a { background-color: rgb(63,11,20); }

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

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

 span { border-color: rgb(63,11,20); }

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