#3F0009

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

Shades of Rustic Red #3F0009

Tints of Rustic Red #3F0009

Color information

#3F0009 (or 0x3F0009) is unknown color: approx Rustic Red. HEX triplet: 3F, 00 and 09. RGB value is (63,0,9). Sum of RGB (Red+Green+Blue) = 63+0+9=72 (9% of max value = 765). Red value is 63 (25% from 255 or 87.5% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0009 is #C0FFF6. Grayscale: #131313. Windows color (decimal): -12648439 or 589887. OLE color: 589887.

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

Color convert

RGB6309-
CMYK010.860.75
HSL351.43º100%12.35%-
HSV(B)351.43º100%24.71%-
XYZ2.11.080.36-
YUV19.86121.87158.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 87.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=87.5%
G=0%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6309010.860.75351.4310012.35
Hex3F09064564B15f64c
Octal77011014412611353714414
Binary11111101001011001001010110100101110101111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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