Html Css Color HEX #3D191D Rustic Red

📋 copy color: '#3D191D'

red 61 ◦ green 25 ◦ blue 29

#3D191D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #3D191D

Tints of Rustic Red #3D191D

RGB

 RED value IS 61 (24.22% from 255) = 53.04%

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 29 (11.72% from 255) = 25.22%

R = 53.04%
G = 21.74%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#3D191D (or 0x3D191D) is known color: Rustic Red. HEX triplet: 3D, 19 and 1D. RGB value is (61,25,29). Sum of RGB (Red+Green+Blue) = 61+25+29=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D191D is #C2E6E2. Grayscale: #242424. Windows color (decimal): -12773091 or 1907005. OLE color: 1907005.

HSL color Cylindrical-coordinate representation of color #3D191D: hue angle of 353.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D191D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 25 29 -
CMYK 0 0.59 0.52 0.76
HSL 353.33º 0.42% 0.17% -
HSV(B) 353.33º 0.59% 0.24% -
XYZ 2.49 1.78 1.37 -
YUV 36.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 61 25 29 0 0.59 0.52 0.76 353.33 0.42 0.17
Hex 3D 19 1D 0 3B 34 4C 161 2A 11
Octal 75 31 35 0 73 64 114 541 52 21
Binary 111101 11001 11101 0 111011 110100 1001100 101100001 101010 10001

Color Harmonies of #3D191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D191D

Black with #3D191D

Text Example


Text Example

White with #3D191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,25,29); }

 H1.HeaderClassName
 {
   color: #3D191D;
 }
 .AnyTagClassName
 {
   color: #3D191D;
 }
</style>

background-color css

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

 a { background-color: rgb(61,25,29); }

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

border-color css

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

 span { border-color: rgb(61,25,29); }

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