#3F020B

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

Shades of Rustic Red #3F020B

Tints of Rustic Red #3F020B

Color information

#3F020B (or 0x3F020B) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 0B. RGB value is (63,2,11). Sum of RGB (Red+Green+Blue) = 63+2+11=76 (10% of max value = 765). Red value is 63 (25% from 255 or 82.89% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 63 - color contains mainly: red. Hex color #3F020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F020B is #C0FDF4. Grayscale: #151515. Windows color (decimal): -12647925 or 721471. OLE color: 721471.

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

Color convert

RGB63211-
CMYK00.970.830.75
HSL351.15º93.85%12.75%-
HSV(B)351.15º96.83%24.71%-
XYZ2.131.120.42-
YUV21.26122.21157.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 82.89%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=82.89%
G=2.63%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6321100.970.830.75351.1593.8512.75
Hex3F2B061534B15f5ed
Octal77213014112311353713615
Binary111111101011011000011010011100101110101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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