#3D131A

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

Shades of Rustic Red #3D131A

Tints of Rustic Red #3D131A

Color information

#3D131A (or 0x3D131A) is unknown color: approx Rustic Red. HEX triplet: 3D, 13 and 1A. RGB value is (61,19,26). Sum of RGB (Red+Green+Blue) = 61+19+26=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D131A is #C2ECE5. Grayscale: #202020. Windows color (decimal): -12774630 or 1708861. OLE color: 1708861.

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

Color convert

RGB611926-
CMYK00.690.570.76
HSL350º52.5%15.69%-
HSV(B)350º68.85%23.92%-
XYZ2.341.531.15-
YUV32.36124.41148.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 57.55%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=57.55%
G=17.92%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61192600.690.570.7635052.515.69
Hex3D131A045394C15e3410
Octal7523320105711145366420
Binary111101100111101001000101111001100110010101111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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