#3B101C

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

Shades of Rustic Red #3B101C

Tints of Rustic Red #3B101C

Color information

#3B101C (or 0x3B101C) is unknown color: approx Rustic Red. HEX triplet: 3B, 10 and 1C. RGB value is (59,16,28). Sum of RGB (Red+Green+Blue) = 59+16+28=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B101C is #C4EFE3. Grayscale: #1E1E1E. Windows color (decimal): -12906468 or 1839163. OLE color: 1839163.

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

Color convert

RGB591628-
CMYK00.730.530.77
HSL343.26º57.33%14.71%-
HSV(B)343.26º72.88%23.14%-
XYZ2.21.381.25-
YUV30.22126.75148.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 57.28%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=57.28%
G=15.53%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59162800.730.530.77343.2657.3314.71
Hex3B101C049354D15739f
Octal7320340111651155277117
Binary11101110000111000100100111010110011011010101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,28); }

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

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

 a { background-color: rgb(59,16,28); }

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

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

 span { border-color: rgb(59,16,28); }

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