#3b141d

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

Shades of Rustic Red #3B141D

Tints of Rustic Red #3B141D

Color information

#3B141D (or 0x3B141D) is unknown color: approx Rustic Red. HEX triplet: 3B, 14 and 1D. RGB value is (59,20,29). Sum of RGB (Red+Green+Blue) = 59+20+29=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B141D is #C4EBE2. Grayscale: #202020. Windows color (decimal): -12905443 or 1905723. OLE color: 1905723.

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

Color convert

RGB592029-
CMYK00.660.510.77
HSL346.15º49.37%15.49%-
HSV(B)346.15º66.1%23.14%-
XYZ2.281.521.34-
YUV32.69125.92146.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.63%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=54.63%
G=18.52%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59202900.660.510.77346.1549.3715.49
Hex3B141D042334D15a31f
Octal7324350102631155326117
Binary11101110100111010100001011001110011011010110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b141d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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