#3C0112

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

Shades of Rustic Red #3C0112

Tints of Rustic Red #3C0112

Color information

#3C0112 (or 0x3C0112) is unknown color: approx Rustic Red. HEX triplet: 3C, 01 and 12. RGB value is (60,1,18). Sum of RGB (Red+Green+Blue) = 60+1+18=79 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75.95% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0112 is #C3FEED. Grayscale: #141414. Windows color (decimal): -12844782 or 1179964. OLE color: 1179964.

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

Color convert

RGB60118-
CMYK00.980.70.76
HSL342.71º96.72%11.96%-
HSV(B)342.71º98.33%23.53%-
XYZ1.981.030.67-
YUV20.58126.55156.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 75.95%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=75.95%
G=1.27%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6011800.980.70.76342.7196.7211.96
Hex3C112062464C15761c
Octal74122014210611452714114
Binary111100110010011000101000110100110010101011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,1,18); }

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

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

 a { background-color: rgb(60,1,18); }

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

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

 span { border-color: rgb(60,1,18); }

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