#3F0212

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

Shades of Rustic Red #3F0212

Tints of Rustic Red #3F0212

Color information

#3F0212 (or 0x3F0212) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 12. RGB value is (63,2,18). Sum of RGB (Red+Green+Blue) = 63+2+18=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0212 is #C0FDED. Grayscale: #161616. Windows color (decimal): -12647918 or 1180223. OLE color: 1180223.

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

Color convert

RGB63218-
CMYK00.970.710.75
HSL344.26º93.85%12.75%-
HSV(B)344.26º96.83%24.71%-
XYZ2.181.140.68-
YUV22.06125.71157.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 75.90%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=75.90%
G=2.41%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6321800.970.710.75344.2693.8512.75
Hex3F212061474B1585ed
Octal77222014110711353013615
Binary1111111010010011000011000111100101110101100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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