#3F0B10

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

Shades of Rustic Red #3F0B10

Tints of Rustic Red #3F0B10

Color information

#3F0B10 (or 0x3F0B10) is unknown color: approx Rustic Red. HEX triplet: 3F, 0B and 10. RGB value is (63,11,16). Sum of RGB (Red+Green+Blue) = 63+11+16=90 (11% of max value = 765). Red value is 63 (25% from 255 or 70% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B10 is #C0F4EF. Grayscale: #1B1B1B. Windows color (decimal): -12645616 or 1051455. OLE color: 1051455.

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

Color convert

RGB631116-
CMYK00.830.750.75
HSL354.23º70.27%14.51%-
HSV(B)354.23º82.54%24.71%-
XYZ2.261.330.63-
YUV27.12121.73153.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 70%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=70%
G=12.22%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63111600.830.750.75354.2370.2714.51
Hex3FB100534B4B16246f
Octal771320012311311354210617
Binary111111101110000010100111001011100101110110001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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