Html Css Color HEX #3D090E Rustic Red

📋 copy color: '#3D090E'

red 61 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #3D090E

Tints of Rustic Red #3D090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.71%

 BLUE value IS 14 (5.86% from 255) = 16.67%

R = 72.62%
G = 10.71%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#3D090E (or 0x3D090E) is known color: Rustic Red. HEX triplet: 3D, 09 and 0E. RGB value is (61,9,14). Sum of RGB (Red+Green+Blue) = 61+9+14=84 (11% of max value = 765). Red value is 61 (24.22% from 255 or 72.62% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 61 - color contains mainly: red. Hex color #3D090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D090E is #C2F6F1. Grayscale: #191919. Windows color (decimal): -12777202 or 919869. OLE color: 919869.

HSL color Cylindrical-coordinate representation of color #3D090E: hue angle of 354.23º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D090E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 9 14 -
CMYK 0 0.85 0.77 0.76
HSL 354.23º 0.74% 0.14% -
HSV(B) 354.23º 0.85% 0.24% -
XYZ 2.1 1.22 0.54 -
YUV 25.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 61 9 14 0 0.85 0.77 0.76 354.23 0.74 0.14
Hex 3D 9 E 0 55 4D 4C 162 4A E
Octal 75 11 16 0 125 115 114 542 112 16
Binary 111101 1001 1110 0 1010101 1001101 1001100 101100010 1001010 1110

Color Harmonies of #3D090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D090E

Black with #3D090E

Text Example


Text Example

White with #3D090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,9,14); }

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

background-color css

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

 a { background-color: rgb(61,9,14); }

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

border-color css

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

 span { border-color: rgb(61,9,14); }

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