#3B0B10

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

Shades of Rustic Red #3B0B10

Tints of Rustic Red #3B0B10

Color information

#3B0B10 (or 0x3B0B10) is unknown color: approx Rustic Red. HEX triplet: 3B, 0B and 10. RGB value is (59,11,16). Sum of RGB (Red+Green+Blue) = 59+11+16=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0B10 is #C4F4EF. Grayscale: #191919. Windows color (decimal): -12907760 or 1051451. OLE color: 1051451.

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

Color convert

RGB591116-
CMYK00.810.730.77
HSL353.75º68.57%13.73%-
HSV(B)353.75º81.36%23.14%-
XYZ2.021.210.62-
YUV25.92122.4151.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 68.60%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=68.60%
G=12.79%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59111600.810.730.77353.7568.5713.73
Hex3BB10051494D16245e
Octal731320012111111554210516
Binary111011101110000010100011001001100110110110001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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