#3A0C0D

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

Shades of Rustic Red #3A0C0D

Tints of Rustic Red #3A0C0D

Color information

#3A0C0D (or 0x3A0C0D) is unknown color: approx Rustic Red. HEX triplet: 3A, 0C and 0D. RGB value is (58,12,13). Sum of RGB (Red+Green+Blue) = 58+12+13=83 (10% of max value = 765). Red value is 58 (23.05% from 255 or 69.88% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0C0D is #C5F3F2. Grayscale: #191919. Windows color (decimal): -12973043 or 855098. OLE color: 855098.

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

Color convert

RGB581213-
CMYK00.790.780.77
HSL358.7º65.71%13.73%-
HSV(B)358.7º79.31%22.75%-
XYZ1.951.190.51-
YUV25.87120.74150.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 69.88%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=69.88%
G=14.46%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58121300.790.780.77358.765.7113.73
Hex3ACD04F4E4D16742e
Octal721415011711611554710216
Binary11101011001101010011111001110100110110110011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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