#3C1319

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

Shades of Rustic Red #3C1319

Tints of Rustic Red #3C1319

Color information

#3C1319 (or 0x3C1319) is unknown color: approx Rustic Red. HEX triplet: 3C, 13 and 19. RGB value is (60,19,25). Sum of RGB (Red+Green+Blue) = 60+19+25=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1319 is #C3ECE6. Grayscale: #1F1F1F. Windows color (decimal): -12840167 or 1643324. OLE color: 1643324.

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

Color convert

RGB601925-
CMYK00.680.580.76
HSL351.22º51.9%15.49%-
HSV(B)351.22º68.33%23.53%-
XYZ2.271.51.09-
YUV31.94124.08148.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 57.69%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=57.69%
G=18.27%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60192500.680.580.76351.2251.915.49
Hex3C13190443A4C15f34f
Octal7423310104721145376417
Binary11110010011110010100010011101010011001010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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