#3D1718

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

Shades of Rustic Red #3D1718

Tints of Rustic Red #3D1718

Color information

#3D1718 (or 0x3D1718) is unknown color: approx Rustic Red. HEX triplet: 3D, 17 and 18. RGB value is (61,23,24). Sum of RGB (Red+Green+Blue) = 61+23+24=108 (14% of max value = 765). Red value is 61 (24.22% from 255 or 56.48% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1718 is #C2E8E7. Grayscale: #222222. Windows color (decimal): -12773608 or 1578813. OLE color: 1578813.

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

Color convert

RGB612324-
CMYK00.620.610.76
HSL358.42º45.24%16.47%-
HSV(B)358.42º62.3%23.92%-
XYZ2.41.671.06-
YUV34.48122.09146.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 56.48%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=56.48%
G=21.30%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61232400.620.610.76358.4245.2416.47
Hex3D171803E3D4C1662d10
Octal752730076751145465520
Binary11110110111110000111110111101100110010110011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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