#3F0216

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

Shades of Rustic Red #3F0216

Tints of Rustic Red #3F0216

Color information

#3F0216 (or 0x3F0216) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 16. RGB value is (63,2,22). Sum of RGB (Red+Green+Blue) = 63+2+22=87 (11% of max value = 765). Red value is 63 (25% from 255 or 72.41% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0216 is #C0FDE9. Grayscale: #161616. Windows color (decimal): -12647914 or 1442367. OLE color: 1442367.

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

Color convert

RGB63222-
CMYK00.970.650.75
HSL340.33º93.85%12.75%-
HSV(B)340.33º96.83%24.71%-
XYZ2.221.160.87-
YUV22.52127.71156.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 72.41%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=72.41%
G=2.30%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6322200.970.650.75340.3393.8512.75
Hex3F216061414B1545ed
Octal77226014110111352413615
Binary1111111010110011000011000001100101110101010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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