#3A040D

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

Shades of Rustic Red #3A040D

Tints of Rustic Red #3A040D

Color information

#3A040D (or 0x3A040D) is unknown color: approx Rustic Red. HEX triplet: 3A, 04 and 0D. RGB value is (58,4,13). Sum of RGB (Red+Green+Blue) = 58+4+13=75 (9% of max value = 765). Red value is 58 (23.05% from 255 or 77.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 58 - color contains mainly: red. Hex color #3A040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A040D is #C5FBF2. Grayscale: #151515. Windows color (decimal): -12975091 or 853050. OLE color: 853050.

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

Color convert

RGB58413-
CMYK00.930.780.77
HSL350º87.1%12.16%-
HSV(B)350º93.1%22.75%-
XYZ1.861.020.48-
YUV21.17123.39154.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 77.33%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=77.33%
G=5.33%
B=17.33%

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
Decimal5841300.930.780.7735087.112.16
Hex3A4D05D4E4D15e57c
Octal72415013511611553612714
Binary1110101001101010111011001110100110110101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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