#3A0913

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

Shades of Rustic Red #3A0913

Tints of Rustic Red #3A0913

Color information

#3A0913 (or 0x3A0913) is unknown color: approx Rustic Red. HEX triplet: 3A, 09 and 13. RGB value is (58,9,19). Sum of RGB (Red+Green+Blue) = 58+9+19=86 (11% of max value = 765). Red value is 58 (23.05% from 255 or 67.44% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0913 is #C5F6EC. Grayscale: #181818. Windows color (decimal): -12973805 or 1247546. OLE color: 1247546.

HSL color Cylindrical-coordinate representation of color #3A0913: hue angle of 347.76º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A0913 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB58919-
CMYK00.840.670.77
HSL347.76º73.13%13.14%-
HSV(B)347.76º84.48%22.75%-
XYZ1.961.140.73-
YUV24.79124.73151.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 67.44%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=67.44%
G=10.47%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5891900.840.670.77347.7673.1313.14
Hex3A913054434D15c49d
Octal721123012410311553411115
Binary111010100110011010101001000011100110110101110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,9,19); }

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

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

 a { background-color: rgb(58,9,19); }

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

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

 span { border-color: rgb(58,9,19); }

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