#3A010C

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

Shades of Rustic Red #3A010C

Tints of Rustic Red #3A010C

Color information

#3A010C (or 0x3A010C) is unknown color: approx Rustic Red. HEX triplet: 3A, 01 and 0C. RGB value is (58,1,12). Sum of RGB (Red+Green+Blue) = 58+1+12=71 (9% of max value = 765). Red value is 58 (23.05% from 255 or 81.69% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 58 - color contains mainly: red. Hex color #3A010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A010C is #C5FEF3. Grayscale: #131313. Windows color (decimal): -12975860 or 786746. OLE color: 786746.

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

Color convert

RGB58112-
CMYK00.980.790.77
HSL348.42º96.61%11.57%-
HSV(B)348.42º98.28%22.75%-
XYZ1.820.950.43-
YUV19.3123.88155.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 81.69%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=81.69%
G=1.41%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5811200.980.790.77348.4296.6111.57
Hex3A1C0624F4D15c61c
Octal72114014211711553414114
Binary11101011100011000101001111100110110101110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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