#3A081A

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

Shades of Rustic Red #3A081A

Tints of Rustic Red #3A081A

Color information

#3A081A (or 0x3A081A) is unknown color: approx Rustic Red. HEX triplet: 3A, 08 and 1A. RGB value is (58,8,26). Sum of RGB (Red+Green+Blue) = 58+8+26=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A081A is #C5F7E5. Grayscale: #181818. Windows color (decimal): -12974054 or 1706042. OLE color: 1706042.

HSL color Cylindrical-coordinate representation of color #3A081A: hue angle of 338.4º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A081A is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.77.

Color convert

RGB58826-
CMYK00.860.550.77
HSL338.4º75.76%12.94%-
HSV(B)338.4º86.21%22.75%-
XYZ2.021.151.09-
YUV25128.56151.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 63.04%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=63.04%
G=8.70%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5882600.860.550.77338.475.7612.94
Hex3A81A056374D1524cd
Octal72103201266711552211415
Binary11101010001101001010110110111100110110101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,8,26); }

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

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

 a { background-color: rgb(58,8,26); }

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

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

 span { border-color: rgb(58,8,26); }

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