#3B151C

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

Shades of Rustic Red #3B151C

Tints of Rustic Red #3B151C

Color information

#3B151C (or 0x3B151C) is unknown color: approx Rustic Red. HEX triplet: 3B, 15 and 1C. RGB value is (59,21,28). Sum of RGB (Red+Green+Blue) = 59+21+28=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B151C is #C4EAE3. Grayscale: #212121. Windows color (decimal): -12905188 or 1840443. OLE color: 1840443.

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

Color convert

RGB592128-
CMYK00.640.530.77
HSL348.95º47.5%15.69%-
HSV(B)348.95º64.41%23.14%-
XYZ2.281.551.28-
YUV33.16125.09146.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.63%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=54.63%
G=19.44%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59212800.640.530.77348.9547.515.69
Hex3B151C040354D15d3010
Octal7325340100651155356020
Binary111011101011110001000000110101100110110101110111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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