#3D0A0F

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

Shades of Rustic Red #3D0A0F

Tints of Rustic Red #3D0A0F

Color information

#3D0A0F (or 0x3D0A0F) is unknown color: approx Rustic Red. HEX triplet: 3D, 0A and 0F. RGB value is (61,10,15). Sum of RGB (Red+Green+Blue) = 61+10+15=86 (11% of max value = 765). Red value is 61 (24.22% from 255 or 70.93% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0A0F is #C2F5F0. Grayscale: #191919. Windows color (decimal): -12776945 or 985661. OLE color: 985661.

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

Color convert

RGB611015-
CMYK00.840.750.76
HSL354.12º71.83%13.92%-
HSV(B)354.12º83.61%23.92%-
XYZ2.121.240.58-
YUV25.82121.9153.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 70.93%
GREEN value IS 10 (4.30% from 255) = 11.63%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=70.93%
G=11.63%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61101500.840.750.76354.1271.8313.92
Hex3DAF0544B4C16248e
Octal751217012411311454211016
Binary11110110101111010101001001011100110010110001010010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,10,15); }

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

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

 a { background-color: rgb(61,10,15); }

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

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

 span { border-color: rgb(61,10,15); }

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