Html Css Color HEX #3D1315 Rustic Red

📋 copy color: '#3D1315'

red 61 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #3D1315

Tints of Rustic Red #3D1315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.79%

R = 60.4%
G = 18.81%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#3D1315 (or 0x3D1315) is known color: Rustic Red. HEX triplet: 3D, 13 and 15. RGB value is (61,19,21). Sum of RGB (Red+Green+Blue) = 61+19+21=101 (13% of max value = 765). Red value is 61 (24.22% from 255 or 60.40% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1315 is #C2ECEA. Grayscale: #1F1F1F. Windows color (decimal): -12774635 or 1381181. OLE color: 1381181.

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

Color convert

RGB 61 19 21 -
CMYK 0 0.69 0.66 0.76
HSL 357.14º 0.53% 0.16% -
HSV(B) 357.14º 0.69% 0.24% -
XYZ 2.29 1.51 0.88 -
YUV 31.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 61 19 21 0 0.69 0.66 0.76 357.14 0.53 0.16
Hex 3D 13 15 0 45 42 4C 165 34 10
Octal 75 23 25 0 105 102 114 545 64 20
Binary 111101 10011 10101 0 1000101 1000010 1001100 101100101 110100 10000

Color Harmonies of #3D1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1315

Black with #3D1315

Text Example


Text Example

White with #3D1315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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