#3C0114

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

Shades of Rustic Red #3C0114

Tints of Rustic Red #3C0114

Color information

#3C0114 (or 0x3C0114) is unknown color: approx Rustic Red. HEX triplet: 3C, 01 and 14. RGB value is (60,1,20). Sum of RGB (Red+Green+Blue) = 60+1+20=81 (10% of max value = 765). Red value is 60 (23.83% from 255 or 74.07% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0114 is #C3FEEB. Grayscale: #141414. Windows color (decimal): -12844780 or 1311036. OLE color: 1311036.

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

Color convert

RGB60120-
CMYK00.980.670.76
HSL340.68º96.72%11.96%-
HSV(B)340.68º98.33%23.53%-
XYZ21.030.76-
YUV20.81127.55155.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 74.07%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=74.07%
G=1.23%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6012000.980.670.76340.6896.7211.96
Hex3C114062434C15561c
Octal74124014210311452514114
Binary111100110100011000101000011100110010101010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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