Html Css Color HEX #3D1417 Rustic Red

📋 copy color: '#3D1417'

red 61 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #3D1417

Tints of Rustic Red #3D1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

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

R = 58.65%
G = 19.23%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#3D1417 (or 0x3D1417) is known color: Rustic Red. HEX triplet: 3D, 14 and 17. RGB value is (61,20,23). Sum of RGB (Red+Green+Blue) = 61+20+23=104 (13% of max value = 765). Red value is 61 (24.22% from 255 or 58.65% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1417 is #C2EBE8. Grayscale: #202020. Windows color (decimal): -12774377 or 1512509. OLE color: 1512509.

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

Color convert

RGB 61 20 23 -
CMYK 0 0.67 0.62 0.76
HSL 355.61º 0.51% 0.16% -
HSV(B) 355.61º 0.67% 0.24% -
XYZ 2.33 1.55 0.99 -
YUV 32.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 61 20 23 0 0.67 0.62 0.76 355.61 0.51 0.16
Hex 3D 14 17 0 43 3E 4C 164 33 10
Octal 75 24 27 0 103 76 114 544 63 20
Binary 111101 10100 10111 0 1000011 111110 1001100 101100100 110011 10000

Color Harmonies of #3D1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1417

Black with #3D1417

Text Example


Text Example

White with #3D1417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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