#3B161D

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

Shades of Rustic Red #3B161D

Tints of Rustic Red #3B161D

Color information

#3B161D (or 0x3B161D) is unknown color: approx Rustic Red. HEX triplet: 3B, 16 and 1D. RGB value is (59,22,29). Sum of RGB (Red+Green+Blue) = 59+22+29=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B161D is #C4E9E2. Grayscale: #212121. Windows color (decimal): -12904931 or 1906235. OLE color: 1906235.

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

Color convert

RGB592229-
CMYK00.630.510.77
HSL348.65º45.68%15.88%-
HSV(B)348.65º62.71%23.14%-
XYZ2.311.591.35-
YUV33.86125.26145.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 53.64%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=53.64%
G=20%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59222900.630.510.77348.6545.6815.88
Hex3B161D03F334D15d2e10
Octal732635077631155355620
Binary11101110110111010111111110011100110110101110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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