#3B040D

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

Shades of Rustic Red #3B040D

Tints of Rustic Red #3B040D

Color information

#3B040D (or 0x3B040D) is unknown color: approx Rustic Red. HEX triplet: 3B, 04 and 0D. RGB value is (59,4,13). Sum of RGB (Red+Green+Blue) = 59+4+13=76 (10% of max value = 765). Red value is 59 (23.44% from 255 or 77.63% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 59 - color contains mainly: red. Hex color #3B040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B040D is #C4FBF2. Grayscale: #151515. Windows color (decimal): -12909555 or 853051. OLE color: 853051.

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

Color convert

RGB59413-
CMYK00.930.780.77
HSL350.18º87.3%12.35%-
HSV(B)350.18º93.22%23.14%-
XYZ1.921.050.48-
YUV21.47123.22154.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 77.63%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=77.63%
G=5.26%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5941300.930.780.77350.1887.312.35
Hex3B4D05D4E4D15e57c
Octal73415013511611553612714
Binary1110111001101010111011001110100110110101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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