#3F060C

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

Shades of Rustic Red #3F060C

Tints of Rustic Red #3F060C

Color information

#3F060C (or 0x3F060C) is unknown color: approx Rustic Red. HEX triplet: 3F, 06 and 0C. RGB value is (63,6,12). Sum of RGB (Red+Green+Blue) = 63+6+12=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F060C is #C0F9F3. Grayscale: #171717. Windows color (decimal): -12646900 or 788031. OLE color: 788031.

HSL color Cylindrical-coordinate representation of color #3F060C: hue angle of 353.68º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F060C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB63612-
CMYK00.900.810.75
HSL353.68º82.61%13.53%-
HSV(B)353.68º90.48%24.71%-
XYZ2.181.210.47-
YUV23.73121.38156.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 77.78%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=77.78%
G=7.41%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6361200.900.810.75353.6882.6113.53
Hex3F6C05A514B16253e
Octal77614013212111354212316
Binary1111111101100010110101010001100101110110001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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