#3D020D

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

Shades of Rustic Red #3D020D

Tints of Rustic Red #3D020D

Color information

#3D020D (or 0x3D020D) is unknown color: approx Rustic Red. HEX triplet: 3D, 02 and 0D. RGB value is (61,2,13). Sum of RGB (Red+Green+Blue) = 61+2+13=76 (10% of max value = 765). Red value is 61 (24.22% from 255 or 80.26% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 61 - color contains mainly: red. Hex color #3D020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D020D is #C2FDF2. Grayscale: #141414. Windows color (decimal): -12778995 or 852541. OLE color: 852541.

HSL color Cylindrical-coordinate representation of color #3D020D: hue angle of 348.81º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D020D is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB61213-
CMYK00.970.790.76
HSL348.81º93.65%12.35%-
HSV(B)348.81º96.72%23.92%-
XYZ2.021.060.48-
YUV20.9123.55156.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 80.26%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=80.26%
G=2.63%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6121300.970.790.76348.8193.6512.35
Hex3D2D0614F4C15d5ec
Octal75215014111711453513614
Binary111101101101011000011001111100110010101110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,2,13); }

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

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

 a { background-color: rgb(61,2,13); }

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

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

 span { border-color: rgb(61,2,13); }

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