#3F000F

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

Shades of Rustic Red #3F000F

Tints of Rustic Red #3F000F

Color information

#3F000F (or 0x3F000F) is unknown color: approx Rustic Red. HEX triplet: 3F, 00 and 0F. RGB value is (63,0,15). Sum of RGB (Red+Green+Blue) = 63+0+15=78 (10% of max value = 765). Red value is 63 (25% from 255 or 80.77% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 63 - color contains mainly: red. Hex color #3F000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F000F is #C0FFF0. Grayscale: #141414. Windows color (decimal): -12648433 or 983103. OLE color: 983103.

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

Color convert

RGB63015-
CMYK010.760.75
HSL345.71º100%12.35%-
HSV(B)345.71º100%24.71%-
XYZ2.141.090.55-
YUV20.55124.87158.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 80.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=80.77%
G=0%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63015010.760.75345.7110012.35
Hex3F0F0644C4B15a64c
Octal77017014411411353214414
Binary11111101111011001001001100100101110101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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