#3C0914

Color #3C0914 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #3C0914

Tints of Rustic Red #3C0914

Color information

#3C0914 (or 0x3C0914) is unknown color: approx Rustic Red. HEX triplet: 3C, 09 and 14. RGB value is (60,9,20). Sum of RGB (Red+Green+Blue) = 60+9+20=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0914 is #C3F6EB. Grayscale: #191919. Windows color (decimal): -12842732 or 1313084. OLE color: 1313084.

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

Color convert

RGB60920-
CMYK00.850.670.76
HSL347.06º73.91%13.53%-
HSV(B)347.06º85%23.53%-
XYZ2.091.210.78-
YUV25.5124.9152.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 67.42%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=67.42%
G=10.11%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6092000.850.670.76347.0673.9113.53
Hex3C914055434C15b4ae
Octal741124012510311453311216
Binary111100100110100010101011000011100110010101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C0914;
 }
 .AnyTagClassName
 {
   color: #3C0914;
 }
</style>
background-color css

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

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

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

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

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

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