Html Css Color HEX #3D1719 Rustic Red

📋 copy color: '#3D1719'

red 61 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #3D1719

Tints of Rustic Red #3D1719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.94%

R = 55.96%
G = 21.1%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.76

RGB Variations

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

Color information

#3D1719 (or 0x3D1719) is known color: Rustic Red. HEX triplet: 3D, 17 and 19. RGB value is (61,23,25). Sum of RGB (Red+Green+Blue) = 61+23+25=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1719 is #C2E8E6. Grayscale: #222222. Windows color (decimal): -12773607 or 1644349. OLE color: 1644349.

HSL color Cylindrical-coordinate representation of color #3D1719: hue angle of 356.84º 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 #3D1719 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 23 25 -
CMYK 0 0.62 0.59 0.76
HSL 356.84º 0.45% 0.16% -
HSV(B) 356.84º 0.62% 0.24% -
XYZ 2.41 1.68 1.12 -
YUV 34.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 61 23 25 0 0.62 0.59 0.76 356.84 0.45 0.16
Hex 3D 17 19 0 3E 3B 4C 165 2D 10
Octal 75 27 31 0 76 73 114 545 55 20
Binary 111101 10111 11001 0 111110 111011 1001100 101100101 101101 10000

Color Harmonies of #3D1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1719

Black with #3D1719

Text Example


Text Example

White with #3D1719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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