Html Css Color HEX #3D0519 Rustic Red

📋 copy color: '#3D0519'

red 61 ◦ green 5 ◦ blue 25

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

Shades of Rustic Red #3D0519

Tints of Rustic Red #3D0519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.49%

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

R = 67.03%
G = 5.49%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.76

RGB Variations

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

Color information

#3D0519 (or 0x3D0519) is known color: Rustic Red. HEX triplet: 3D, 05 and 19. RGB value is (61,5,25). Sum of RGB (Red+Green+Blue) = 61+5+25=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0519 is #C2FAE6. Grayscale: #181818. Windows color (decimal): -12778215 or 1639741. OLE color: 1639741.

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

Color convert

RGB 61 5 25 -
CMYK 0 0.92 0.59 0.76
HSL 338.57º 0.85% 0.13% -
HSV(B) 338.57º 0.92% 0.24% -
XYZ 2.15 1.17 1.03 -
YUV 24.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 61 5 25 0 0.92 0.59 0.76 338.57 0.85 0.13
Hex 3D 5 19 0 5C 3B 4C 153 55 D
Octal 75 5 31 0 134 73 114 523 125 15
Binary 111101 101 11001 0 1011100 111011 1001100 101010011 1010101 1101

Color Harmonies of #3D0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0519

Black with #3D0519

Text Example


Text Example

White with #3D0519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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