#3a0c15

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

Shades of Rustic Red #3A0C15

Tints of Rustic Red #3A0C15

Color information

#3A0C15 (or 0x3A0C15) is unknown color: approx Rustic Red. HEX triplet: 3A, 0C and 15. RGB value is (58,12,21). Sum of RGB (Red+Green+Blue) = 58+12+21=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0C15 is #C5F3EA. Grayscale: #1A1A1A. Windows color (decimal): -12973035 or 1379386. OLE color: 1379386.

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

Color convert

RGB581221-
CMYK00.790.640.77
HSL348.26º65.71%13.73%-
HSV(B)348.26º79.31%22.75%-
XYZ2.011.220.84-
YUV26.78124.74150.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 63.74%
GREEN value IS 12 (5.08% from 255) = 13.19%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=63.74%
G=13.19%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58122100.790.640.77348.2665.7113.73
Hex3AC1504F404D15c42e
Octal721425011710011553410216
Binary111010110010101010011111000000100110110101110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a0c15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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