#3F060A

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

Shades of Rustic Red #3F060A

Tints of Rustic Red #3F060A

Color information

#3F060A (or 0x3F060A) is unknown color: approx Rustic Red. HEX triplet: 3F, 06 and 0A. RGB value is (63,6,10). Sum of RGB (Red+Green+Blue) = 63+6+10=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F060A is #C0F9F5. Grayscale: #171717. Windows color (decimal): -12646902 or 656959. OLE color: 656959.

HSL color Cylindrical-coordinate representation of color #3F060A: hue angle of 355.79º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F060A is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB63610-
CMYK00.900.840.75
HSL355.79º82.61%13.53%-
HSV(B)355.79º90.48%24.71%-
XYZ2.171.210.41-
YUV23.5120.38156.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 79.75%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=79.75%
G=7.59%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6361000.900.840.75355.7982.6113.53
Hex3F6A05A544B16453e
Octal77612013212411354412316
Binary1111111101010010110101010100100101110110010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,6,10); }

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

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

 a { background-color: rgb(63,6,10); }

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

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

 span { border-color: rgb(63,6,10); }

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