#3D1518

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

Shades of Rustic Red #3D1518

Tints of Rustic Red #3D1518

Color information

#3D1518 (or 0x3D1518) is unknown color: approx Rustic Red. HEX triplet: 3D, 15 and 18. RGB value is (61,21,24). Sum of RGB (Red+Green+Blue) = 61+21+24=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1518 is #C2EAE7. Grayscale: #212121. Windows color (decimal): -12774120 or 1578301. OLE color: 1578301.

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

Color convert

RGB612124-
CMYK00.660.610.76
HSL355.5º48.78%16.08%-
HSV(B)355.5º65.57%23.92%-
XYZ2.361.591.05-
YUV33.3122.75147.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 57.55%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=57.55%
G=19.81%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61212400.660.610.76355.548.7816.08
Hex3D15180423D4C1643110
Octal7525300102751145446120
Binary111101101011100001000010111101100110010110010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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