#3A0812

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

Shades of Rustic Red #3A0812

Tints of Rustic Red #3A0812

Color information

#3A0812 (or 0x3A0812) is unknown color: approx Rustic Red. HEX triplet: 3A, 08 and 12. RGB value is (58,8,18). Sum of RGB (Red+Green+Blue) = 58+8+18=84 (11% of max value = 765). Red value is 58 (23.05% from 255 or 69.05% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0812 is #C5F7ED. Grayscale: #181818. Windows color (decimal): -12974062 or 1181754. OLE color: 1181754.

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

Color convert

RGB58818-
CMYK00.860.690.77
HSL348º75.76%12.94%-
HSV(B)348º86.21%22.75%-
XYZ1.941.120.69-
YUV24.09124.56152.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 69.05%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=69.05%
G=9.52%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5881800.860.690.7734875.7612.94
Hex3A812056454D15c4cd
Octal721022012610511553411415
Binary111010100010010010101101000101100110110101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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