#3D0312

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

Shades of Rustic Red #3D0312

Tints of Rustic Red #3D0312

Color information

#3D0312 (or 0x3D0312) is unknown color: approx Rustic Red. HEX triplet: 3D, 03 and 12. RGB value is (61,3,18). Sum of RGB (Red+Green+Blue) = 61+3+18=82 (10% of max value = 765). Red value is 61 (24.22% from 255 or 74.39% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0312 is #C2FCED. Grayscale: #161616. Windows color (decimal): -12778734 or 1180477. OLE color: 1180477.

HSL color Cylindrical-coordinate representation of color #3D0312: hue angle of 344.48º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0312 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.76.

Color convert

RGB61318-
CMYK00.950.700.76
HSL344.48º90.62%12.55%-
HSV(B)344.48º95.08%23.92%-
XYZ2.071.10.68-
YUV22.05125.72155.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 74.39%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=74.39%
G=3.66%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6131800.950.700.76344.4890.6212.55
Hex3D31205F464C1585bd
Octal75322013710611453013315
Binary1111011110010010111111000110100110010101100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,3,18); }

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

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

 a { background-color: rgb(61,3,18); }

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

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

 span { border-color: rgb(61,3,18); }

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