Html Css Color HEX #3D010F Rustic Red

📋 copy color: '#3D010F'

red 61 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #3D010F

Tints of Rustic Red #3D010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.3%

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

R = 79.22%
G = 1.3%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3D010F (or 0x3D010F) is known color: Rustic Red. HEX triplet: 3D, 01 and 0F. RGB value is (61,1,15). Sum of RGB (Red+Green+Blue) = 61+1+15=77 (10% of max value = 765). Red value is 61 (24.22% from 255 or 79.22% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 61 - color contains mainly: red. Hex color #3D010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D010F is #C2FEF0. Grayscale: #141414. Windows color (decimal): -12779249 or 983357. OLE color: 983357.

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

Color convert

RGB 61 1 15 -
CMYK 0 0.98 0.75 0.76
HSL 346º 0.97% 0.12% -
HSV(B) 346º 0.98% 0.24% -
XYZ 2.02 1.05 0.55 -
YUV 20.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 61 1 15 0 0.98 0.75 0.76 346 0.97 0.12
Hex 3D 1 F 0 62 4B 4C 15A 61 C
Octal 75 1 17 0 142 113 114 532 141 14
Binary 111101 1 1111 0 1100010 1001011 1001100 101011010 1100001 1100

Color Harmonies of #3D010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D010F

Black with #3D010F

Text Example


Text Example

White with #3D010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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