#3A0204

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

Shades of Rustic Red #3A0204

Tints of Rustic Red #3A0204

Color information

#3A0204 (or 0x3A0204) is unknown color: approx Rustic Red. HEX triplet: 3A, 02 and 04. RGB value is (58,2,4). Sum of RGB (Red+Green+Blue) = 58+2+4=64 (8% of max value = 765). Red value is 58 (23.05% from 255 or 90.62% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0204 is #C5FDFB. Grayscale: #131313. Windows color (decimal): -12975612 or 262714. OLE color: 262714.

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

Color convert

RGB5824-
CMYK00.970.930.77
HSL357.86º93.33%11.76%-
HSV(B)357.86º96.55%22.75%-
XYZ1.790.950.2-
YUV18.97119.55155.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 90.62%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=90.62%
G=3.12%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal582400.970.930.77357.8693.3311.76
Hex3A240615D4D1665dc
Octal7224014113511554613514
Binary11101010100011000011011101100110110110011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,2,4); }

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

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

 a { background-color: rgb(58,2,4); }

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

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

 span { border-color: rgb(58,2,4); }

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