#3F0E0F

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

Shades of Rustic Red #3F0E0F

Tints of Rustic Red #3F0E0F

Color information

#3F0E0F (or 0x3F0E0F) is unknown color: approx Rustic Red. HEX triplet: 3F, 0E and 0F. RGB value is (63,14,15). Sum of RGB (Red+Green+Blue) = 63+14+15=92 (12% of max value = 765). Red value is 63 (25% from 255 or 68.48% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0E0F is #C0F1F0. Grayscale: #1C1C1C. Windows color (decimal): -12644849 or 986687. OLE color: 986687.

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

Color convert

RGB631415-
CMYK00.780.760.75
HSL358.78º63.64%15.1%-
HSV(B)358.78º77.78%24.71%-
XYZ2.291.410.6-
YUV28.76120.23152.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 68.48%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=68.48%
G=15.22%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63141500.780.760.75358.7863.6415.1
Hex3FEF04E4C4B16740f
Octal771617011611411354710017
Binary11111111101111010011101001100100101110110011110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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