#3F0C1C

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

Shades of Rustic Red #3F0C1C

Tints of Rustic Red #3F0C1C

Color information

#3F0C1C (or 0x3F0C1C) is unknown color: approx Rustic Red. HEX triplet: 3F, 0C and 1C. RGB value is (63,12,28). Sum of RGB (Red+Green+Blue) = 63+12+28=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0C1C is #C0F3E3. Grayscale: #1D1D1D. Windows color (decimal): -12645348 or 1838143. OLE color: 1838143.

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

Color convert

RGB631228-
CMYK00.810.560.75
HSL341.18º68%14.71%-
HSV(B)341.18º80.95%24.71%-
XYZ2.391.41.24-
YUV29.07127.4152.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.17%
GREEN value IS 12 (5.08% from 255) = 11.65%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=61.17%
G=11.65%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63122800.810.560.75341.186814.71
Hex3FC1C051384B15544f
Octal77143401217011352510417
Binary11111111001110001010001111000100101110101010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,12,28); }

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

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

 a { background-color: rgb(63,12,28); }

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

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

 span { border-color: rgb(63,12,28); }

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