#3A010D

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

Shades of Rustic Red #3A010D

Tints of Rustic Red #3A010D

Color information

#3A010D (or 0x3A010D) is unknown color: approx Rustic Red. HEX triplet: 3A, 01 and 0D. RGB value is (58,1,13). Sum of RGB (Red+Green+Blue) = 58+1+13=72 (9% of max value = 765). Red value is 58 (23.05% from 255 or 80.56% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 58 - color contains mainly: red. Hex color #3A010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A010D is #C5FEF2. Grayscale: #131313. Windows color (decimal): -12975859 or 852282. OLE color: 852282.

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

Color convert

RGB58113-
CMYK00.980.780.77
HSL347.37º96.61%11.57%-
HSV(B)347.37º98.28%22.75%-
XYZ1.830.950.47-
YUV19.41124.38155.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 80.56%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=80.56%
G=1.39%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5811300.980.780.77347.3796.6111.57
Hex3A1D0624E4D15b61c
Octal72115014211611553314114
Binary11101011101011000101001110100110110101101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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