#3B191D

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

Shades of Rustic Red #3B191D

Tints of Rustic Red #3B191D

Color information

#3B191D (or 0x3B191D) is unknown color: approx Rustic Red. HEX triplet: 3B, 19 and 1D. RGB value is (59,25,29). Sum of RGB (Red+Green+Blue) = 59+25+29=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B191D is #C4E6E2. Grayscale: #232323. Windows color (decimal): -12904163 or 1907003. OLE color: 1907003.

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

Color convert

RGB592529-
CMYK00.580.510.77
HSL352.94º40.48%16.47%-
HSV(B)352.94º57.63%23.14%-
XYZ2.371.711.37-
YUV35.62124.26144.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 52.21%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=52.21%
G=22.12%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59252900.580.510.77352.9440.4816.47
Hex3B191D03A334D1612810
Octal733135072631155415020
Binary11101111001111010111010110011100110110110000110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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