#3A0211

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

Shades of Rustic Red #3A0211

Tints of Rustic Red #3A0211

Color information

#3A0211 (or 0x3A0211) is unknown color: approx Rustic Red. HEX triplet: 3A, 02 and 11. RGB value is (58,2,17). Sum of RGB (Red+Green+Blue) = 58+2+17=77 (10% of max value = 765). Red value is 58 (23.05% from 255 or 75.32% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0211 is #C5FDEE. Grayscale: #141414. Windows color (decimal): -12975599 or 1114682. OLE color: 1114682.

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

Color convert

RGB58217-
CMYK00.970.710.77
HSL343.93º93.33%11.76%-
HSV(B)343.93º96.55%22.75%-
XYZ1.870.980.62-
YUV20.45126.05154.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 75.32%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=75.32%
G=2.60%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5821700.970.710.77343.9393.3311.76
Hex3A211061474D1585dc
Octal72221014110711553013514
Binary1110101010001011000011000111100110110101100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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