#3B1519

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

Shades of Rustic Red #3B1519

Tints of Rustic Red #3B1519

Color information

#3B1519 (or 0x3B1519) is unknown color: approx Rustic Red. HEX triplet: 3B, 15 and 19. RGB value is (59,21,25). Sum of RGB (Red+Green+Blue) = 59+21+25=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1519 is #C4EAE6. Grayscale: #202020. Windows color (decimal): -12905191 or 1643835. OLE color: 1643835.

HSL color Cylindrical-coordinate representation of color #3B1519: hue angle of 353.68º 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 #3B1519 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.77.

Color convert

RGB592125-
CMYK00.640.580.77
HSL353.68º47.5%15.69%-
HSV(B)353.68º64.41%23.14%-
XYZ2.251.541.1-
YUV32.82123.59146.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 56.19%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 25 (10.16% from 255) = 23.81%
R=56.19%
G=20%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59212500.640.580.77353.6847.515.69
Hex3B15190403A4D1623010
Octal7325310100721155426020
Binary111011101011100101000000111010100110110110001011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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