Html Css Color HEX #3D020D Rustic Red

📋 copy color: '#3D020D'

red 61 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #3D020D

Tints of Rustic Red #3D020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 17.11%

R = 80.26%
G = 2.63%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#3D020D (or 0x3D020D) is known color: Rustic Red. HEX triplet: 3D, 02 and 0D. RGB value is (61,2,13). Sum of RGB (Red+Green+Blue) = 61+2+13=76 (10% of max value = 765). Red value is 61 (24.22% from 255 or 80.26% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 61 - color contains mainly: red. Hex color #3D020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D020D is #C2FDF2. Grayscale: #141414. Windows color (decimal): -12778995 or 852541. OLE color: 852541.

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

Color convert

RGB 61 2 13 -
CMYK 0 0.97 0.79 0.76
HSL 348.81º 0.94% 0.12% -
HSV(B) 348.81º 0.97% 0.24% -
XYZ 2.02 1.06 0.48 -
YUV 20.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 61 2 13 0 0.97 0.79 0.76 348.81 0.94 0.12
Hex 3D 2 D 0 61 4F 4C 15D 5E C
Octal 75 2 15 0 141 117 114 535 136 14
Binary 111101 10 1101 0 1100001 1001111 1001100 101011101 1011110 1100

Color Harmonies of #3D020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D020D

Black with #3D020D

Text Example


Text Example

White with #3D020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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