#3F0208

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

Shades of Rustic Red #3F0208

Tints of Rustic Red #3F0208

Color information

#3F0208 (or 0x3F0208) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 08. RGB value is (63,2,8). Sum of RGB (Red+Green+Blue) = 63+2+8=73 (9% of max value = 765). Red value is 63 (25% from 255 or 86.30% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0208 is #C0FDF7. Grayscale: #141414. Windows color (decimal): -12647928 or 524863. OLE color: 524863.

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

Color convert

RGB6328-
CMYK00.970.870.75
HSL354.1º93.85%12.75%-
HSV(B)354.1º96.83%24.71%-
XYZ2.121.120.33-
YUV20.92120.71158.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 86.30%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=86.30%
G=2.74%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal632800.970.870.75354.193.8512.75
Hex3F28061574B1625ed
Octal77210014112711354213615
Binary111111101000011000011010111100101110110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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