#3A0915

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

Shades of Rustic Red #3A0915

Tints of Rustic Red #3A0915

Color information

#3A0915 (or 0x3A0915) is unknown color: approx Rustic Red. HEX triplet: 3A, 09 and 15. RGB value is (58,9,21). Sum of RGB (Red+Green+Blue) = 58+9+21=88 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.91% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0915 is #C5F6EA. Grayscale: #191919. Windows color (decimal): -12973803 or 1378618. OLE color: 1378618.

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

Color convert

RGB58921-
CMYK00.840.640.77
HSL345.31º73.13%13.14%-
HSV(B)345.31º84.48%22.75%-
XYZ1.981.150.83-
YUV25.02125.73151.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.91%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=65.91%
G=10.23%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5892100.840.640.77345.3173.1313.14
Hex3A915054404D15949d
Octal721125012410011553111115
Binary111010100110101010101001000000100110110101100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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