#3F050C

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

Shades of Rustic Red #3F050C

Tints of Rustic Red #3F050C

Color information

#3F050C (or 0x3F050C) is unknown color: approx Rustic Red. HEX triplet: 3F, 05 and 0C. RGB value is (63,5,12). Sum of RGB (Red+Green+Blue) = 63+5+12=80 (10% of max value = 765). Red value is 63 (25% from 255 or 78.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 63 - color contains mainly: red. Hex color #3F050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F050C is #C0FAF3. Grayscale: #171717. Windows color (decimal): -12647156 or 787775. OLE color: 787775.

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

Color convert

RGB63512-
CMYK00.920.810.75
HSL352.76º85.29%13.33%-
HSV(B)352.76º92.06%24.71%-
XYZ2.171.190.46-
YUV23.14121.72156.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 78.75%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 12 (5.08% from 255) = 15%
R=78.75%
G=6.25%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6351200.920.810.75352.7685.2913.33
Hex3F5C05C514B16155d
Octal77514013412111354112515
Binary1111111011100010111001010001100101110110000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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