#3A000C

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

Shades of Rustic Red #3A000C

Tints of Rustic Red #3A000C

Color information

#3A000C (or 0x3A000C) is unknown color: approx Rustic Red. HEX triplet: 3A, 00 and 0C. RGB value is (58,0,12). Sum of RGB (Red+Green+Blue) = 58+0+12=70 (9% of max value = 765). Red value is 58 (23.05% from 255 or 82.86% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 58 - color contains mainly: red. Hex color #3A000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A000C is #C5FFF3. Grayscale: #121212. Windows color (decimal): -12976116 or 786490. OLE color: 786490.

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

Color convert

RGB58012-
CMYK010.790.77
HSL347.59º100%11.37%-
HSV(B)347.59º100%22.75%-
XYZ1.810.930.43-
YUV18.71124.22156.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 82.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=82.86%
G=0%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58012010.790.77347.5910011.37
Hex3A0C0644F4D15c64b
Octal72014014411711553414413
Binary11101001100011001001001111100110110101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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