#3A0D0E

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

Shades of Rustic Red #3A0D0E

Tints of Rustic Red #3A0D0E

Color information

#3A0D0E (or 0x3A0D0E) is unknown color: approx Rustic Red. HEX triplet: 3A, 0D and 0E. RGB value is (58,13,14). Sum of RGB (Red+Green+Blue) = 58+13+14=85 (11% of max value = 765). Red value is 58 (23.05% from 255 or 68.24% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0D0E is #C5F2F1. Grayscale: #1A1A1A. Windows color (decimal): -12972786 or 920890. OLE color: 920890.

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

Color convert

RGB581314-
CMYK00.780.760.77
HSL358.67º63.38%13.92%-
HSV(B)358.67º77.59%22.75%-
XYZ1.971.220.55-
YUV26.57120.91150.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 68.24%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 14 (5.86% from 255) = 16.47%
R=68.24%
G=15.29%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58131400.780.760.77358.6763.3813.92
Hex3ADE04E4C4D1673fe
Octal72151601161141155477716
Binary1110101101111001001110100110010011011011001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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