#3F0213

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

Shades of Rustic Red #3F0213

Tints of Rustic Red #3F0213

Color information

#3F0213 (or 0x3F0213) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 13. RGB value is (63,2,19). Sum of RGB (Red+Green+Blue) = 63+2+19=84 (11% of max value = 765). Red value is 63 (25% from 255 or 75% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0213 is #C0FDEC. Grayscale: #161616. Windows color (decimal): -12647917 or 1245759. OLE color: 1245759.

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

Color convert

RGB63219-
CMYK00.970.700.75
HSL343.28º93.85%12.75%-
HSV(B)343.28º96.83%24.71%-
XYZ2.191.150.72-
YUV22.18126.21157.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=75%
G=2.38%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6321900.970.700.75343.2893.8512.75
Hex3F213061464B1575ed
Octal77223014110611352713615
Binary1111111010011011000011000110100101110101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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