#3F0206

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

Shades of Rustic Red #3F0206

Tints of Rustic Red #3F0206

Color information

#3F0206 (or 0x3F0206) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 06. RGB value is (63,2,6). Sum of RGB (Red+Green+Blue) = 63+2+6=71 (9% of max value = 765). Red value is 63 (25% from 255 or 88.73% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0206 is #C0FDF9. Grayscale: #141414. Windows color (decimal): -12647930 or 393791. OLE color: 393791.

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

Color convert

RGB6326-
CMYK00.970.900.75
HSL356.07º93.85%12.75%-
HSV(B)356.07º96.83%24.71%-
XYZ2.11.110.28-
YUV20.7119.71158.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 88.73%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 6 (2.73% from 255) = 8.45%
R=88.73%
G=2.82%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal632600.970.900.75356.0793.8512.75
Hex3F260615A4B1645ed
Octal7726014113211354413615
Binary11111110110011000011011010100101110110010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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