#3B0D16

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

Shades of Rustic Red #3B0D16

Tints of Rustic Red #3B0D16

Color information

#3B0D16 (or 0x3B0D16) is unknown color: approx Rustic Red. HEX triplet: 3B, 0D and 16. RGB value is (59,13,22). Sum of RGB (Red+Green+Blue) = 59+13+22=94 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.77% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0D16 is #C4F2E9. Grayscale: #1B1B1B. Windows color (decimal): -12907242 or 1445179. OLE color: 1445179.

HSL color Cylindrical-coordinate representation of color #3B0D16: hue angle of 348.26º 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 #3B0D16 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.77.

Color convert

RGB591322-
CMYK00.780.630.77
HSL348.26º63.89%14.12%-
HSV(B)348.26º77.97%23.14%-
XYZ2.091.280.89-
YUV27.78124.74150.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.77%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=62.77%
G=13.83%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59132200.780.630.77348.2663.8914.12
Hex3BD1604E3F4D15c40e
Octal73152601167711553410016
Binary11101111011011001001110111111100110110101110010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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