#3B0D10

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

Shades of Rustic Red #3B0D10

Tints of Rustic Red #3B0D10

Color information

#3B0D10 (or 0x3B0D10) is unknown color: approx Rustic Red. HEX triplet: 3B, 0D and 10. RGB value is (59,13,16). Sum of RGB (Red+Green+Blue) = 59+13+16=88 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.05% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0D10 is #C4F2EF. Grayscale: #1B1B1B. Windows color (decimal): -12907248 or 1051963. OLE color: 1051963.

HSL color Cylindrical-coordinate representation of color #3B0D10: hue angle of 356.09º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B0D10 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.77.

Color convert

RGB591316-
CMYK00.780.730.77
HSL356.09º63.89%14.12%-
HSV(B)356.09º77.97%23.14%-
XYZ2.041.260.62-
YUV27.1121.74150.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 67.05%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=67.05%
G=14.77%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59131600.780.730.77356.0963.8914.12
Hex3BD1004E494D16440e
Octal731520011611111554410016
Binary111011110110000010011101001001100110110110010010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,13,16); }

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

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

 a { background-color: rgb(59,13,16); }

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

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

 span { border-color: rgb(59,13,16); }

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