#3A0012

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

Shades of Rustic Red #3A0012

Tints of Rustic Red #3A0012

Color information

#3A0012 (or 0x3A0012) is unknown color: approx Rustic Red. HEX triplet: 3A, 00 and 12. RGB value is (58,0,18). Sum of RGB (Red+Green+Blue) = 58+0+18=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0012 is #C5FFED. Grayscale: #131313. Windows color (decimal): -12976110 or 1179706. OLE color: 1179706.

HSL color Cylindrical-coordinate representation of color #3A0012: hue angle of 341.38º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0012 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB58018-
CMYK010.690.77
HSL341.38º100%11.37%-
HSV(B)341.38º100%22.75%-
XYZ1.850.940.66-
YUV19.39127.22155.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 76.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=76.32%
G=0%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58018010.690.77341.3810011.37
Hex3A012064454D15564b
Octal72022014410511552514413
Binary111010010010011001001000101100110110101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,0,18); }

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

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

 a { background-color: rgb(58,0,18); }

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

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

 span { border-color: rgb(58,0,18); }

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