#3A020E

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

Shades of Rustic Red #3A020E

Tints of Rustic Red #3A020E

Color information

#3A020E (or 0x3A020E) is unknown color: approx Rustic Red. HEX triplet: 3A, 02 and 0E. RGB value is (58,2,14). Sum of RGB (Red+Green+Blue) = 58+2+14=74 (9% of max value = 765). Red value is 58 (23.05% from 255 or 78.38% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 58 - color contains mainly: red. Hex color #3A020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A020E is #C5FDF1. Grayscale: #141414. Windows color (decimal): -12975602 or 918074. OLE color: 918074.

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

Color convert

RGB58214-
CMYK00.970.760.77
HSL347.14º93.33%11.76%-
HSV(B)347.14º96.55%22.75%-
XYZ1.850.970.51-
YUV20.11124.55155.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 78.38%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=78.38%
G=2.70%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5821400.970.760.77347.1493.3311.76
Hex3A2E0614C4D15b5dc
Octal72216014111411553313514
Binary111010101110011000011001100100110110101101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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