#3D151B

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

Shades of Rustic Red #3D151B

Tints of Rustic Red #3D151B

Color information

#3D151B (or 0x3D151B) is unknown color: approx Rustic Red. HEX triplet: 3D, 15 and 1B. RGB value is (61,21,27). Sum of RGB (Red+Green+Blue) = 61+21+27=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D151B is #C2EAE4. Grayscale: #212121. Windows color (decimal): -12774117 or 1774909. OLE color: 1774909.

HSL color Cylindrical-coordinate representation of color #3D151B: hue angle of 351º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D151B is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB612127-
CMYK00.660.560.76
HSL351º48.78%16.08%-
HSV(B)351º65.57%23.92%-
XYZ2.391.611.22-
YUV33.64124.25147.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.96%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=55.96%
G=19.27%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61212700.660.560.7635148.7816.08
Hex3D151B042384C15f3110
Octal7525330102701145376120
Binary111101101011101101000010111000100110010101111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,21,27); }

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

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

 a { background-color: rgb(61,21,27); }

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

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

 span { border-color: rgb(61,21,27); }

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