#3A0F19

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

Shades of Rustic Red #3A0F19

Tints of Rustic Red #3A0F19

Color information

#3A0F19 (or 0x3A0F19) is unknown color: approx Rustic Red. HEX triplet: 3A, 0F and 19. RGB value is (58,15,25). Sum of RGB (Red+Green+Blue) = 58+15+25=98 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.18% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F19 is #C5F0E6. Grayscale: #1D1D1D. Windows color (decimal): -12972263 or 1642298. OLE color: 1642298.

HSL color Cylindrical-coordinate representation of color #3A0F19: hue angle of 346.05º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A0F19 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB581525-
CMYK00.740.570.77
HSL346.05º58.9%14.31%-
HSV(B)346.05º74.14%22.75%-
XYZ2.091.311.06-
YUV29125.75148.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 59.18%
GREEN value IS 15 (6.25% from 255) = 15.31%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=59.18%
G=15.31%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58152500.740.570.77346.0558.914.31
Hex3AF1904A394D15a3be
Octal7217310112711155327316
Binary1110101111110010100101011100110011011010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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