#3D040B

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

Shades of Rustic Red #3D040B

Tints of Rustic Red #3D040B

Color information

#3D040B (or 0x3D040B) is unknown color: approx Rustic Red. HEX triplet: 3D, 04 and 0B. RGB value is (61,4,11). Sum of RGB (Red+Green+Blue) = 61+4+11=76 (10% of max value = 765). Red value is 61 (24.22% from 255 or 80.26% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 61 - color contains mainly: red. Hex color #3D040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D040B is #C2FBF4. Grayscale: #151515. Windows color (decimal): -12778485 or 721981. OLE color: 721981.

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

Color convert

RGB61411-
CMYK00.930.820.76
HSL352.63º87.69%12.75%-
HSV(B)352.63º93.44%23.92%-
XYZ2.031.10.42-
YUV21.84121.88155.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 80.26%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=80.26%
G=5.26%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6141100.930.820.76352.6387.6912.75
Hex3D4B05D524C16158d
Octal75413013512211454113015
Binary1111011001011010111011010010100110010110000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,4,11); }

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

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

 a { background-color: rgb(61,4,11); }

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

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

 span { border-color: rgb(61,4,11); }

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