Html Css Color HEX #3D171D Rustic Red

📋 copy color: '#3D171D'

red 61 ◦ green 23 ◦ blue 29

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

Shades of Rustic Red #3D171D

Tints of Rustic Red #3D171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.35%

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

R = 53.98%
G = 20.35%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#3D171D (or 0x3D171D) is known color: Rustic Red. HEX triplet: 3D, 17 and 1D. RGB value is (61,23,29). Sum of RGB (Red+Green+Blue) = 61+23+29=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D171D is #C2E8E2. Grayscale: #232323. Windows color (decimal): -12773603 or 1906493. OLE color: 1906493.

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

Color convert

RGB 61 23 29 -
CMYK 0 0.62 0.52 0.76
HSL 350.53º 0.45% 0.16% -
HSV(B) 350.53º 0.62% 0.24% -
XYZ 2.45 1.69 1.36 -
YUV 35.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 61 23 29 0 0.62 0.52 0.76 350.53 0.45 0.16
Hex 3D 17 1D 0 3E 34 4C 15F 2D 10
Octal 75 27 35 0 76 64 114 537 55 20
Binary 111101 10111 11101 0 111110 110100 1001100 101011111 101101 10000

Color Harmonies of #3D171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D171D

Black with #3D171D

Text Example


Text Example

White with #3D171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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