#3B0D19

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

Shades of Rustic Red #3B0D19

Tints of Rustic Red #3B0D19

Color information

#3B0D19 (or 0x3B0D19) is unknown color: approx Rustic Red. HEX triplet: 3B, 0D and 19. RGB value is (59,13,25). Sum of RGB (Red+Green+Blue) = 59+13+25=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0D19 is #C4F2E6. Grayscale: #1C1C1C. Windows color (decimal): -12907239 or 1641787. OLE color: 1641787.

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

Color convert

RGB591325-
CMYK00.780.580.77
HSL344.35º63.89%14.12%-
HSV(B)344.35º77.97%23.14%-
XYZ2.121.291.06-
YUV28.12126.24150.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.82%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=60.82%
G=13.40%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59132500.780.580.77344.3563.8914.12
Hex3BD1904E3A4D15840e
Octal73153101167211553010016
Binary11101111011100101001110111010100110110101100010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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