#3B0D18

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

Shades of Rustic Red #3B0D18

Tints of Rustic Red #3B0D18

Color information

#3B0D18 (or 0x3B0D18) is unknown color: approx Rustic Red. HEX triplet: 3B, 0D and 18. RGB value is (59,13,24). Sum of RGB (Red+Green+Blue) = 59+13+24=96 (12% of max value = 765). Red value is 59 (23.44% from 255 or 61.46% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0D18 is #C4F2E7. Grayscale: #1C1C1C. Windows color (decimal): -12907240 or 1576251. OLE color: 1576251.

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

Color convert

RGB591324-
CMYK00.780.590.77
HSL345.65º63.89%14.12%-
HSV(B)345.65º77.97%23.14%-
XYZ2.111.281-
YUV28.01125.74150.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 61.46%
GREEN value IS 13 (5.47% from 255) = 13.54%
BLUE value IS 24 (9.77% from 255) = 25%
R=61.46%
G=13.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59132400.780.590.77345.6563.8914.12
Hex3BD1804E3B4D15a40e
Octal73153001167311553210016
Binary11101111011100001001110111011100110110101101010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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