#3F010F

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

Shades of Rustic Red #3F010F

Tints of Rustic Red #3F010F

Color information

#3F010F (or 0x3F010F) is unknown color: approx Rustic Red. HEX triplet: 3F, 01 and 0F. RGB value is (63,1,15). Sum of RGB (Red+Green+Blue) = 63+1+15=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F010F is #C0FEF0. Grayscale: #151515. Windows color (decimal): -12648177 or 983359. OLE color: 983359.

HSL color Cylindrical-coordinate representation of color #3F010F: hue angle of 346.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F010F is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB63115-
CMYK00.980.760.75
HSL346.45º96.88%12.55%-
HSV(B)346.45º98.41%24.71%-
XYZ2.151.110.55-
YUV21.13124.54157.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 79.75%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=79.75%
G=1.27%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6311500.980.760.75346.4596.8812.55
Hex3F1F0624C4B15a61d
Octal77117014211411353214115
Binary11111111111011000101001100100101110101101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,1,15); }

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

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

 a { background-color: rgb(63,1,15); }

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

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

 span { border-color: rgb(63,1,15); }

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