Html Css Color HEX #3C0E11 Rustic Red

📋 copy color: '#3C0E11'

red 60 ◦ green 14 ◦ blue 17

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

Shades of Rustic Red #3C0E11

Tints of Rustic Red #3C0E11

RGB

 RED value IS 60 (23.83% from 255) = 65.93%

 GREEN value IS 14 (5.86% from 255) = 15.38%

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 65.93%
G = 15.38%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#3C0E11 (or 0x3C0E11) is known color: Rustic Red. HEX triplet: 3C, 0E and 11. RGB value is (60,14,17). Sum of RGB (Red+Green+Blue) = 60+14+17=91 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.93% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0E11 is #C3F1EE. Grayscale: #1C1C1C. Windows color (decimal): -12841455 or 1117756. OLE color: 1117756.

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

Color convert

RGB 60 14 17 -
CMYK 0 0.77 0.72 0.76
HSL 356.09º 0.62% 0.15% -
HSV(B) 356.09º 0.77% 0.24% -
XYZ 2.12 1.32 0.67 -
YUV 28.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 60 14 17 0 0.77 0.72 0.76 356.09 0.62 0.15
Hex 3C E 11 0 4D 48 4C 164 3E F
Octal 74 16 21 0 115 110 114 544 76 17
Binary 111100 1110 10001 0 1001101 1001000 1001100 101100100 111110 1111

Color Harmonies of #3C0E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0E11

Black with #3C0E11

Text Example


Text Example

White with #3C0E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,14,17); }

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

background-color css

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

 a { background-color: rgb(60,14,17); }

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

border-color css

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

 span { border-color: rgb(60,14,17); }

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