#3A0F13

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

Shades of Rustic Red #3A0F13

Tints of Rustic Red #3A0F13

Color information

#3A0F13 (or 0x3A0F13) is unknown color: approx Rustic Red. HEX triplet: 3A, 0F and 13. RGB value is (58,15,19). Sum of RGB (Red+Green+Blue) = 58+15+19=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F13 is #C5F0EC. Grayscale: #1C1C1C. Windows color (decimal): -12972269 or 1249082. OLE color: 1249082.

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

Color convert

RGB581519-
CMYK00.740.670.77
HSL354.42º58.9%14.31%-
HSV(B)354.42º74.14%22.75%-
XYZ2.031.290.76-
YUV28.31122.75149.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 63.04%
GREEN value IS 15 (6.25% from 255) = 16.30%
BLUE value IS 19 (7.81% from 255) = 20.65%
R=63.04%
G=16.30%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58151900.740.670.77354.4258.914.31
Hex3AF1304A434D1623be
Octal72172301121031155427316
Binary11101011111001101001010100001110011011011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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