#3D0917

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

Shades of Rustic Red #3D0917

Tints of Rustic Red #3D0917

Color information

#3D0917 (or 0x3D0917) is unknown color: approx Rustic Red. HEX triplet: 3D, 09 and 17. RGB value is (61,9,23). Sum of RGB (Red+Green+Blue) = 61+9+23=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0917 is #C2F6E8. Grayscale: #1A1A1A. Windows color (decimal): -12777193 or 1509693. OLE color: 1509693.

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

Color convert

RGB61923-
CMYK00.850.620.76
HSL343.85º74.29%13.73%-
HSV(B)343.85º85.25%23.92%-
XYZ2.181.250.94-
YUV26.14126.23152.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 65.59%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=65.59%
G=9.68%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6192300.850.620.76343.8574.2913.73
Hex3D9170553E4C1584ae
Octal75112701257611453011216
Binary11110110011011101010101111110100110010101100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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