#3F0204

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

Shades of Rustic Red #3F0204

Tints of Rustic Red #3F0204

Color information

#3F0204 (or 0x3F0204) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 04. RGB value is (63,2,4). Sum of RGB (Red+Green+Blue) = 63+2+4=69 (9% of max value = 765). Red value is 63 (25% from 255 or 91.30% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0204 is #C0FDFB. Grayscale: #141414. Windows color (decimal): -12647932 or 262719. OLE color: 262719.

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

Color convert

RGB6324-
CMYK00.970.940.75
HSL358.03º93.85%12.75%-
HSV(B)358.03º96.83%24.71%-
XYZ2.091.110.22-
YUV20.47118.71158.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 91.30%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=91.30%
G=2.90%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal632400.970.940.75358.0393.8512.75
Hex3F240615E4B1665ed
Octal7724014113611354613615
Binary11111110100011000011011110100101110110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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