#3C131A

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

Shades of Rustic Red #3C131A

Tints of Rustic Red #3C131A

Color information

#3C131A (or 0x3C131A) is unknown color: approx Rustic Red. HEX triplet: 3C, 13 and 1A. RGB value is (60,19,26). Sum of RGB (Red+Green+Blue) = 60+19+26=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C131A is #C3ECE5. Grayscale: #202020. Windows color (decimal): -12840166 or 1708860. OLE color: 1708860.

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

Color convert

RGB601926-
CMYK00.680.570.76
HSL349.76º51.9%15.49%-
HSV(B)349.76º68.33%23.53%-
XYZ2.281.51.15-
YUV32.06124.58147.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 57.14%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=57.14%
G=18.10%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60192600.680.570.76349.7651.915.49
Hex3C131A044394C15e34f
Octal7423320104711145366417
Binary11110010011110100100010011100110011001010111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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