#3A0C11

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

Shades of Rustic Red #3A0C11

Tints of Rustic Red #3A0C11

Color information

#3A0C11 (or 0x3A0C11) is unknown color: approx Rustic Red. HEX triplet: 3A, 0C and 11. RGB value is (58,12,17). Sum of RGB (Red+Green+Blue) = 58+12+17=87 (11% of max value = 765). Red value is 58 (23.05% from 255 or 66.67% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0C11 is #C5F3EE. Grayscale: #1A1A1A. Windows color (decimal): -12973039 or 1117242. OLE color: 1117242.

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

Color convert

RGB581217-
CMYK00.790.710.77
HSL353.48º65.71%13.73%-
HSV(B)353.48º79.31%22.75%-
XYZ1.981.20.66-
YUV26.32122.74150.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 66.67%
GREEN value IS 12 (5.08% from 255) = 13.79%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=66.67%
G=13.79%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58121700.790.710.77353.4865.7113.73
Hex3AC1104F474D16142e
Octal721421011710711554110216
Binary111010110010001010011111000111100110110110000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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