#3F0A11

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

Shades of Rustic Red #3F0A11

Tints of Rustic Red #3F0A11

Color information

#3F0A11 (or 0x3F0A11) is unknown color: approx Rustic Red. HEX triplet: 3F, 0A and 11. RGB value is (63,10,17). Sum of RGB (Red+Green+Blue) = 63+10+17=90 (11% of max value = 765). Red value is 63 (25% from 255 or 70% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0A11 is #C0F5EE. Grayscale: #1A1A1A. Windows color (decimal): -12645871 or 1116735. OLE color: 1116735.

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

Color convert

RGB631017-
CMYK00.840.730.75
HSL352.08º72.6%14.31%-
HSV(B)352.08º84.13%24.71%-
XYZ2.261.310.66-
YUV26.64122.56153.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 70%
GREEN value IS 10 (4.30% from 255) = 11.11%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=70%
G=11.11%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63101700.840.730.75352.0872.614.31
Hex3FA11054494B16049e
Octal771221012411111354011116
Binary111111101010001010101001001001100101110110000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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