#3D0C0D

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

Shades of Rustic Red #3D0C0D

Tints of Rustic Red #3D0C0D

Color information

#3D0C0D (or 0x3D0C0D) is unknown color: approx Rustic Red. HEX triplet: 3D, 0C and 0D. RGB value is (61,12,13). Sum of RGB (Red+Green+Blue) = 61+12+13=86 (11% of max value = 765). Red value is 61 (24.22% from 255 or 70.93% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0C0D is #C2F3F2. Grayscale: #1A1A1A. Windows color (decimal): -12776435 or 855101. OLE color: 855101.

HSL color Cylindrical-coordinate representation of color #3D0C0D: hue angle of 358.78º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D0C0D is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB611213-
CMYK00.800.790.76
HSL358.78º67.12%14.31%-
HSV(B)358.78º80.33%23.92%-
XYZ2.131.280.52-
YUV26.76120.23152.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 70.93%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=70.93%
G=13.95%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61121300.800.790.76358.7867.1214.31
Hex3DCD0504F4C16743e
Octal751415012011711454710316
Binary11110111001101010100001001111100110010110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,12,13); }

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

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

 a { background-color: rgb(61,12,13); }

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

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

 span { border-color: rgb(61,12,13); }

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