#3C131B

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

Shades of Rustic Red #3C131B

Tints of Rustic Red #3C131B

Color information

#3C131B (or 0x3C131B) is unknown color: approx Rustic Red. HEX triplet: 3C, 13 and 1B. RGB value is (60,19,27). Sum of RGB (Red+Green+Blue) = 60+19+27=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C131B is #C3ECE4. Grayscale: #202020. Windows color (decimal): -12840165 or 1774396. OLE color: 1774396.

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

Color convert

RGB601927-
CMYK00.680.550.76
HSL348.29º51.9%15.49%-
HSV(B)348.29º68.33%23.53%-
XYZ2.291.511.21-
YUV32.17125.08147.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 56.60%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=56.60%
G=17.92%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60192700.680.550.76348.2951.915.49
Hex3C131B044374C15c34f
Octal7423330104671145346417
Binary11110010011110110100010011011110011001010111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,27); }

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

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

 a { background-color: rgb(60,19,27); }

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

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

 span { border-color: rgb(60,19,27); }

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