#3F0306

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

Shades of Rustic Red #3F0306

Tints of Rustic Red #3F0306

Color information

#3F0306 (or 0x3F0306) is unknown color: approx Rustic Red. HEX triplet: 3F, 03 and 06. RGB value is (63,3,6). Sum of RGB (Red+Green+Blue) = 63+3+6=72 (9% of max value = 765). Red value is 63 (25% from 255 or 87.5% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0306 is #C0FCF9. Grayscale: #151515. Windows color (decimal): -12647674 or 394047. OLE color: 394047.

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

Color convert

RGB6336-
CMYK00.950.900.75
HSL357º90.91%12.94%-
HSV(B)357º95.24%24.71%-
XYZ2.121.140.28-
YUV21.28119.38157.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 87.5%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 6 (2.73% from 255) = 8.33%
R=87.5%
G=4.17%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal633600.950.900.7535790.9112.94
Hex3F3605F5A4B1655bd
Octal7736013713211354513315
Binary11111111110010111111011010100101110110010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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