#3F0613

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

Shades of Rustic Red #3F0613

Tints of Rustic Red #3F0613

Color information

#3F0613 (or 0x3F0613) is unknown color: approx Rustic Red. HEX triplet: 3F, 06 and 13. RGB value is (63,6,19). Sum of RGB (Red+Green+Blue) = 63+6+19=88 (11% of max value = 765). Red value is 63 (25% from 255 or 71.59% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0613 is #C0F9EC. Grayscale: #181818. Windows color (decimal): -12646893 or 1246783. OLE color: 1246783.

HSL color Cylindrical-coordinate representation of color #3F0613: hue angle of 346.32º 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 #3F0613 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB63619-
CMYK00.900.700.75
HSL346.32º82.61%13.53%-
HSV(B)346.32º90.48%24.71%-
XYZ2.231.230.74-
YUV24.52124.88155.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 71.59%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=71.59%
G=6.82%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6361900.900.700.75346.3282.6113.53
Hex3F61305A464B15a53e
Octal77623013210611353212316
Binary11111111010011010110101000110100101110101101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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