Html Css Color HEX #3D1317 Rustic Red

📋 copy color: '#3D1317'

red 61 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #3D1317

Tints of Rustic Red #3D1317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

 BLUE value IS 23 (9.38% from 255) = 22.33%

R = 59.22%
G = 18.45%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#3D1317 (or 0x3D1317) is known color: Rustic Red. HEX triplet: 3D, 13 and 17. RGB value is (61,19,23). Sum of RGB (Red+Green+Blue) = 61+19+23=103 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.22% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1317 is #C2ECE8. Grayscale: #202020. Windows color (decimal): -12774633 or 1512253. OLE color: 1512253.

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

Color convert

RGB 61 19 23 -
CMYK 0 0.69 0.62 0.76
HSL 354.29º 0.53% 0.16% -
HSV(B) 354.29º 0.69% 0.24% -
XYZ 2.31 1.52 0.98 -
YUV 32.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 61 19 23 0 0.69 0.62 0.76 354.29 0.53 0.16
Hex 3D 13 17 0 45 3E 4C 162 34 10
Octal 75 23 27 0 105 76 114 542 64 20
Binary 111101 10011 10111 0 1000101 111110 1001100 101100010 110100 10000

Color Harmonies of #3D1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1317

Black with #3D1317

Text Example


Text Example

White with #3D1317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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