#3B121C

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

Shades of Rustic Red #3B121C

Tints of Rustic Red #3B121C

Color information

#3B121C (or 0x3B121C) is unknown color: approx Rustic Red. HEX triplet: 3B, 12 and 1C. RGB value is (59,18,28). Sum of RGB (Red+Green+Blue) = 59+18+28=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B121C is #C4EDE3. Grayscale: #1F1F1F. Windows color (decimal): -12905956 or 1839675. OLE color: 1839675.

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

Color convert

RGB591828-
CMYK00.690.530.77
HSL345.37º53.25%15.1%-
HSV(B)345.37º69.49%23.14%-
XYZ2.231.451.26-
YUV31.4126.08147.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 56.19%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=56.19%
G=17.14%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59182800.690.530.77345.3753.2515.1
Hex3B121C045354D15935f
Octal7322340105651155316517
Binary11101110010111000100010111010110011011010110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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