Html Css Color HEX #3D0417 Rustic Red

📋 copy color: '#3D0417'

red 61 ◦ green 4 ◦ blue 23

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

Shades of Rustic Red #3D0417

Tints of Rustic Red #3D0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.55%

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

R = 69.32%
G = 4.55%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#3D0417 (or 0x3D0417) is known color: Rustic Red. HEX triplet: 3D, 04 and 17. RGB value is (61,4,23). Sum of RGB (Red+Green+Blue) = 61+4+23=88 (11% of max value = 765). Red value is 61 (24.22% from 255 or 69.32% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0417 is #C2FBE8. Grayscale: #171717. Windows color (decimal): -12778473 or 1508413. OLE color: 1508413.

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

Color convert

RGB 61 4 23 -
CMYK 0 0.93 0.62 0.76
HSL 340º 0.88% 0.13% -
HSV(B) 340º 0.93% 0.24% -
XYZ 2.12 1.14 0.92 -
YUV 23.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 61 4 23 0 0.93 0.62 0.76 340 0.88 0.13
Hex 3D 4 17 0 5D 3E 4C 154 58 D
Octal 75 4 27 0 135 76 114 524 130 15
Binary 111101 100 10111 0 1011101 111110 1001100 101010100 1011000 1101

Color Harmonies of #3D0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0417

Black with #3D0417

Text Example


Text Example

White with #3D0417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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