#3F0210

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

Shades of Rustic Red #3F0210

Tints of Rustic Red #3F0210

Color information

#3F0210 (or 0x3F0210) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 10. RGB value is (63,2,16). Sum of RGB (Red+Green+Blue) = 63+2+16=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0210 is #C0FDEF. Grayscale: #151515. Windows color (decimal): -12647920 or 1049151. OLE color: 1049151.

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

Color convert

RGB63216-
CMYK00.970.750.75
HSL346.23º93.85%12.75%-
HSV(B)346.23º96.83%24.71%-
XYZ2.171.140.6-
YUV21.84124.71157.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 77.78%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=77.78%
G=2.47%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6321600.970.750.75346.2393.8512.75
Hex3F2100614B4B15a5ed
Octal77220014111311353213615
Binary1111111010000011000011001011100101110101101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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