#3D131C

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

Shades of Rustic Red #3D131C

Tints of Rustic Red #3D131C

Color information

#3D131C (or 0x3D131C) is unknown color: approx Rustic Red. HEX triplet: 3D, 13 and 1C. RGB value is (61,19,28). Sum of RGB (Red+Green+Blue) = 61+19+28=108 (14% of max value = 765). Red value is 61 (24.22% from 255 or 56.48% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 61 - color contains mainly: red. Hex color #3D131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D131C is #C2ECE3. Grayscale: #202020. Windows color (decimal): -12774628 or 1839933. OLE color: 1839933.

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

Color convert

RGB611928-
CMYK00.690.540.76
HSL347.14º52.5%15.69%-
HSV(B)347.14º68.85%23.92%-
XYZ2.371.541.27-
YUV32.58125.41148.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 56.48%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=56.48%
G=17.59%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61192800.690.540.76347.1452.515.69
Hex3D131C045364C15b3410
Octal7523340105661145336420
Binary111101100111110001000101110110100110010101101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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