#3A0D1B

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

Shades of Rustic Red #3A0D1B

Tints of Rustic Red #3A0D1B

Color information

#3A0D1B (or 0x3A0D1B) is unknown color: approx Rustic Red. HEX triplet: 3A, 0D and 1B. RGB value is (58,13,27). Sum of RGB (Red+Green+Blue) = 58+13+27=98 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.18% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0D1B is #C5F2E4. Grayscale: #1C1C1C. Windows color (decimal): -12972773 or 1772858. OLE color: 1772858.

HSL color Cylindrical-coordinate representation of color #3A0D1B: hue angle of 341.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A0D1B is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB581327-
CMYK00.780.530.77
HSL341.33º63.38%13.92%-
HSV(B)341.33º77.59%22.75%-
XYZ2.091.271.17-
YUV28.05127.41149.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 59.18%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=59.18%
G=13.27%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58132700.780.530.77341.3363.3813.92
Hex3AD1B04E354D1553fe
Octal7215330116651155257716
Binary1110101101110110100111011010110011011010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,13,27); }

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

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

 a { background-color: rgb(58,13,27); }

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

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

 span { border-color: rgb(58,13,27); }

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