#3B0D17

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

Shades of Rustic Red #3B0D17

Tints of Rustic Red #3B0D17

Color information

#3B0D17 (or 0x3B0D17) is unknown color: approx Rustic Red. HEX triplet: 3B, 0D and 17. RGB value is (59,13,23). Sum of RGB (Red+Green+Blue) = 59+13+23=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0D17 is #C4F2E8. Grayscale: #1B1B1B. Windows color (decimal): -12907241 or 1510715. OLE color: 1510715.

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

Color convert

RGB591323-
CMYK00.780.610.77
HSL346.96º63.89%14.12%-
HSV(B)346.96º77.97%23.14%-
XYZ2.11.280.95-
YUV27.89125.24150.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 62.11%
GREEN value IS 13 (5.47% from 255) = 13.68%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=62.11%
G=13.68%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59132300.780.610.77346.9663.8914.12
Hex3BD1704E3D4D15b40e
Octal73152701167511553310016
Binary11101111011011101001110111101100110110101101110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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