#3D1618

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

Shades of Rustic Red #3D1618

Tints of Rustic Red #3D1618

Color information

#3D1618 (or 0x3D1618) is unknown color: approx Rustic Red. HEX triplet: 3D, 16 and 18. RGB value is (61,22,24). Sum of RGB (Red+Green+Blue) = 61+22+24=107 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.01% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1618 is #C2E9E7. Grayscale: #212121. Windows color (decimal): -12773864 or 1578557. OLE color: 1578557.

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

Color convert

RGB612224-
CMYK00.640.610.76
HSL356.92º46.99%16.27%-
HSV(B)356.92º63.93%23.92%-
XYZ2.381.631.05-
YUV33.89122.42147.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 57.01%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=57.01%
G=20.56%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61222400.640.610.76356.9246.9916.27
Hex3D16180403D4C1652f10
Octal7526300100751145455720
Binary111101101101100001000000111101100110010110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,22,24); }

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

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

 a { background-color: rgb(61,22,24); }

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

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

 span { border-color: rgb(61,22,24); }

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