#3D0109

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

Shades of Rustic Red #3D0109

Tints of Rustic Red #3D0109

Color information

#3D0109 (or 0x3D0109) is unknown color: approx Rustic Red. HEX triplet: 3D, 01 and 09. RGB value is (61,1,9). Sum of RGB (Red+Green+Blue) = 61+1+9=71 (9% of max value = 765). Red value is 61 (24.22% from 255 or 85.92% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0109 is #C2FEF6. Grayscale: #131313. Windows color (decimal): -12779255 or 590141. OLE color: 590141.

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

Color convert

RGB6119-
CMYK00.980.850.76
HSL352º96.77%12.16%-
HSV(B)352º98.36%23.92%-
XYZ1.981.030.35-
YUV19.85121.88157.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 85.92%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 9 (3.91% from 255) = 12.68%
R=85.92%
G=1.41%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal611900.980.850.7635296.7712.16
Hex3D19062554C16061c
Octal75111014212511454014114
Binary11110111001011000101010101100110010110000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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