#3A040F

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

Shades of Rustic Red #3A040F

Tints of Rustic Red #3A040F

Color information

#3A040F (or 0x3A040F) is unknown color: approx Rustic Red. HEX triplet: 3A, 04 and 0F. RGB value is (58,4,15). Sum of RGB (Red+Green+Blue) = 58+4+15=77 (10% of max value = 765). Red value is 58 (23.05% from 255 or 75.32% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 58 - color contains mainly: red. Hex color #3A040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A040F is #C5FBF0. Grayscale: #151515. Windows color (decimal): -12975089 or 984122. OLE color: 984122.

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

Color convert

RGB58415-
CMYK00.930.740.77
HSL347.78º87.1%12.16%-
HSV(B)347.78º93.1%22.75%-
XYZ1.871.020.55-
YUV21.4124.39154.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 75.32%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=75.32%
G=5.19%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5841500.930.740.77347.7887.112.16
Hex3A4F05D4A4D15c57c
Octal72417013511211553412714
Binary1110101001111010111011001010100110110101110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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