#3B151D

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

Shades of Rustic Red #3B151D

Tints of Rustic Red #3B151D

Color information

#3B151D (or 0x3B151D) is unknown color: approx Rustic Red. HEX triplet: 3B, 15 and 1D. RGB value is (59,21,29). Sum of RGB (Red+Green+Blue) = 59+21+29=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B151D is #C4EAE2. Grayscale: #212121. Windows color (decimal): -12905187 or 1905979. OLE color: 1905979.

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

Color convert

RGB592129-
CMYK00.640.510.77
HSL347.37º47.5%15.69%-
HSV(B)347.37º64.41%23.14%-
XYZ2.291.551.34-
YUV33.27125.59146.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.13%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=54.13%
G=19.27%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59212900.640.510.77347.3747.515.69
Hex3B151D040334D15b3010
Octal7325350100631155336020
Binary111011101011110101000000110011100110110101101111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,29); }

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

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

 a { background-color: rgb(59,21,29); }

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

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

 span { border-color: rgb(59,21,29); }

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