#3F1011

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

Shades of Rustic Red #3F1011

Tints of Rustic Red #3F1011

Color information

#3F1011 (or 0x3F1011) is unknown color: approx Rustic Red. HEX triplet: 3F, 10 and 11. RGB value is (63,16,17). Sum of RGB (Red+Green+Blue) = 63+16+17=96 (12% of max value = 765). Red value is 63 (25% from 255 or 65.62% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1011 is #C0EFEE. Grayscale: #1E1E1E. Windows color (decimal): -12644335 or 1118271. OLE color: 1118271.

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

Color convert

RGB631617-
CMYK00.750.730.75
HSL358.72º59.49%15.49%-
HSV(B)358.72º74.6%24.71%-
XYZ2.341.470.69-
YUV30.17120.57151.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 65.62%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 17.71%
R=65.62%
G=16.67%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63161700.750.730.75358.7259.4915.49
Hex3F101104B494B1673bf
Octal77202101131111135477317
Binary111111100001000101001011100100110010111011001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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