Html Css Color HEX #3C0911 Rustic Red

📋 copy color: '#3C0911'

red 60 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #3C0911

Tints of Rustic Red #3C0911

RGB

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

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

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

R = 69.77%
G = 10.47%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#3C0911 (or 0x3C0911) is known color: Rustic Red. HEX triplet: 3C, 09 and 11. RGB value is (60,9,17). Sum of RGB (Red+Green+Blue) = 60+9+17=86 (11% of max value = 765). Red value is 60 (23.83% from 255 or 69.77% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0911 is #C3F6EE. Grayscale: #191919. Windows color (decimal): -12842735 or 1116476. OLE color: 1116476.

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

Color convert

RGB 60 9 17 -
CMYK 0 0.85 0.72 0.76
HSL 350.59º 0.74% 0.14% -
HSV(B) 350.59º 0.85% 0.24% -
XYZ 2.06 1.2 0.65 -
YUV 25.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 60 9 17 0 0.85 0.72 0.76 350.59 0.74 0.14
Hex 3C 9 11 0 55 48 4C 15F 4A E
Octal 74 11 21 0 125 110 114 537 112 16
Binary 111100 1001 10001 0 1010101 1001000 1001100 101011111 1001010 1110

Color Harmonies of #3C0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0911

Black with #3C0911

Text Example


Text Example

White with #3C0911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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