#3D131D

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

Shades of Rustic Red #3D131D

Tints of Rustic Red #3D131D

Color information

#3D131D (or 0x3D131D) is unknown color: approx Rustic Red. HEX triplet: 3D, 13 and 1D. RGB value is (61,19,29). Sum of RGB (Red+Green+Blue) = 61+19+29=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D131D is #C2ECE2. Grayscale: #202020. Windows color (decimal): -12774627 or 1905469. OLE color: 1905469.

HSL color Cylindrical-coordinate representation of color #3D131D: hue angle of 345.71º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D131D is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB611929-
CMYK00.690.520.76
HSL345.71º52.5%15.69%-
HSV(B)345.71º68.85%23.92%-
XYZ2.381.551.34-
YUV32.7125.91148.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.96%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=55.96%
G=17.43%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61192900.690.520.76345.7152.515.69
Hex3D131D045344C15a3410
Octal7523350105641145326420
Binary111101100111110101000101110100100110010101101011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,19,29); }

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

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

 a { background-color: rgb(61,19,29); }

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

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

 span { border-color: rgb(61,19,29); }

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