Html Css Color HEX #3D020F Rustic Red

📋 copy color: '#3D020F'

red 61 ◦ green 2 ◦ blue 15

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

Shades of Rustic Red #3D020F

Tints of Rustic Red #3D020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.56%

 BLUE value IS 15 (6.25% from 255) = 19.23%

R = 78.21%
G = 2.56%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3D020F (or 0x3D020F) is known color: Rustic Red. HEX triplet: 3D, 02 and 0F. RGB value is (61,2,15). Sum of RGB (Red+Green+Blue) = 61+2+15=78 (10% of max value = 765). Red value is 61 (24.22% from 255 or 78.21% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 61 - color contains mainly: red. Hex color #3D020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D020F is #C2FDF0. Grayscale: #151515. Windows color (decimal): -12778993 or 983613. OLE color: 983613.

HSL color Cylindrical-coordinate representation of color #3D020F: hue angle of 346.78º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D020F is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 2 15 -
CMYK 0 0.97 0.75 0.76
HSL 346.78º 0.94% 0.12% -
HSV(B) 346.78º 0.97% 0.24% -
XYZ 2.03 1.07 0.55 -
YUV 21.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 61 2 15 0 0.97 0.75 0.76 346.78 0.94 0.12
Hex 3D 2 F 0 61 4B 4C 15B 5E C
Octal 75 2 17 0 141 113 114 533 136 14
Binary 111101 10 1111 0 1100001 1001011 1001100 101011011 1011110 1100

Color Harmonies of #3D020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D020F

Black with #3D020F

Text Example


Text Example

White with #3D020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,2,15); }

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

background-color css

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

 a { background-color: rgb(61,2,15); }

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

border-color css

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

 span { border-color: rgb(61,2,15); }

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