#3A0D16

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

Shades of Rustic Red #3A0D16

Tints of Rustic Red #3A0D16

Color information

#3A0D16 (or 0x3A0D16) is unknown color: approx Rustic Red. HEX triplet: 3A, 0D and 16. RGB value is (58,13,22). Sum of RGB (Red+Green+Blue) = 58+13+22=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0D16 is #C5F2E9. Grayscale: #1B1B1B. Windows color (decimal): -12972778 or 1445178. OLE color: 1445178.

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

Color convert

RGB581322-
CMYK00.780.620.77
HSL348º63.38%13.92%-
HSV(B)348º77.59%22.75%-
XYZ2.031.250.89-
YUV27.48124.91149.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 62.37%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=62.37%
G=13.98%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58132200.780.620.7734863.3813.92
Hex3AD1604E3E4D15c3fe
Octal7215260116761155347716
Binary1110101101101100100111011111010011011010111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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