#3A0F11

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

Shades of Rustic Red #3A0F11

Tints of Rustic Red #3A0F11

Color information

#3A0F11 (or 0x3A0F11) is unknown color: approx Rustic Red. HEX triplet: 3A, 0F and 11. RGB value is (58,15,17). Sum of RGB (Red+Green+Blue) = 58+15+17=90 (11% of max value = 765). Red value is 58 (23.05% from 255 or 64.44% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F11 is #C5F0EE. Grayscale: #1C1C1C. Windows color (decimal): -12972271 or 1118010. OLE color: 1118010.

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

Color convert

RGB581517-
CMYK00.740.710.77
HSL357.21º58.9%14.31%-
HSV(B)357.21º74.14%22.75%-
XYZ2.021.280.67-
YUV28.08121.75149.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 64.44%
GREEN value IS 15 (6.25% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=64.44%
G=16.67%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58151700.740.710.77357.2158.914.31
Hex3AF1104A474D1653be
Octal72172101121071155457316
Binary11101011111000101001010100011110011011011001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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